Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 11.0 #350

Open
wants to merge 33 commits into
base: 12.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
65cfb1e
Seafile Setup with Docker (v12.0)
SkywalkerSpace Sep 23, 2024
7120729
Merge pull request #324 from haiwen/Seafile-Setup-with-Docker-v12.0
freeplant Sep 24, 2024
22c83a3
opt: some santences in 12.0
wacmkxiaoyi Sep 24, 2024
28c0873
Merge pull request #325 from haiwen/opt_seafile_12
freeplant Sep 26, 2024
3f5d0b5
feat: 12.0 support version control
wacmkxiaoyi Oct 11, 2024
192acf8
Merge pull request #334 from haiwen/12.0_update_101124
freeplant Oct 11, 2024
9a81108
update deploy-12.0.yml
wacmkxiaoyi Oct 11, 2024
9cb7250
rename deploy.yml
wacmkxiaoyi Oct 11, 2024
e847f01
Merge pull request #335 from haiwen/12.0_update_101124
freeplant Oct 11, 2024
8f56a5a
update deploy
wacmkxiaoyi Oct 11, 2024
2c5b915
update deploy
wacmkxiaoyi Oct 11, 2024
a552933
update deploy
wacmkxiaoyi Oct 11, 2024
64d6dcb
Merge pull request #336 from haiwen/12.0_update_101124
freeplant Oct 11, 2024
edf6880
update deploy.yml
wacmkxiaoyi Oct 11, 2024
9c74796
Merge pull request #337 from haiwen/12.0_update_101124
wacmkxiaoyi Oct 11, 2024
95e62d9
update deploy.yml
wacmkxiaoyi Oct 11, 2024
9053879
Merge pull request #338 from haiwen/12.0_update_101124
wacmkxiaoyi Oct 11, 2024
4222196
feat: add strucutres of seafile docker and descriptions of caddy
wacmkxiaoyi Oct 11, 2024
dbbe455
Update seafile_docker_structures.md
freeplant Oct 11, 2024
d0b6eea
Merge pull request #339 from haiwen/opt-12.0-structure-101124
freeplant Oct 11, 2024
f1b27f1
opt: structures, sentences and variables
wacmkxiaoyi Oct 12, 2024
18fb6d3
Merge pull request #340 from haiwen/update-12.0-101224
freeplant Oct 12, 2024
e7f0e2c
Update words for upgrade_notes_for_12.0.x
seafile-dev Oct 12, 2024
1fd3684
Remove deploy_seafile_behind_nat and deploy_seahub_at_non-root_domain
seafile-dev Oct 13, 2024
d88b4b0
Remove realtime backup
seafile-dev Oct 13, 2024
44ced50
opt: structures and sentences
wacmkxiaoyi Oct 14, 2024
1fb7e83
Merge pull request #342 from haiwen/update_101424
freeplant Oct 14, 2024
657b3d4
Delete outdated files
seafile-dev Oct 14, 2024
46f1a5d
Delete outdated files
seafile-dev Oct 14, 2024
c3844c0
Remove outdated files
seafile-dev Oct 14, 2024
99e044a
Remove seaf_import
seafile-dev Oct 14, 2024
02993cb
Update changelog-for-seafile-professional-server.md
freeplant Oct 17, 2024
e99d987
merge version 11.0
seafile-dev Oct 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy CI
name: Deploy CI - 12.0

on:
push:
branches:
- master
- 12.0

jobs:
deploy:
Expand All @@ -19,4 +19,4 @@ jobs:
- run: cd $GITHUB_WORKSPACE
- run: git config user.name ci-bot
- run: git config user.email [email protected]
- run: mike deploy --push -u 11.0 latest
- run: mike deploy --push -u 12.0
9 changes: 9 additions & 0 deletions manual/changelog/changelog-for-seafile-professional-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@

Please check our document for how to upgrade to 11.0: <https://manual.seafile.com/upgrade/upgrade_notes_for_11.0.x/>

### 11.0.15 (2024-10-17)

* [fix] Check the length of email in login form, preventing too long input
* [fix] Use user name instead of user ID in email content
* [fix] auth-token API also prevent brute force attack
* [fix] Fix invite people in multi-tenancy mode
* [fix] Add option SSO_LDAP_USE_SAME_UID


### 11.0.14 (2024-08-22)

* [fix] Fix a bug that system admin can not share a library in admin panel
Expand Down
40 changes: 0 additions & 40 deletions manual/deploy/common_problems_for_setting_up_server.md

This file was deleted.

103 changes: 0 additions & 103 deletions manual/deploy/deploy_seafile_behind_nat.md

This file was deleted.

120 changes: 0 additions & 120 deletions manual/deploy/deploy_seahub_at_non-root_domain.md

This file was deleted.

Loading