1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-13 15:05:30 +00:00
Commit Graph

11715 Commits

Author SHA1 Message Date
llj
58dba9caa7 [tags] 'Tags' dialog: updated style for the 'delete' icons 2022-03-04 13:49:53 +08:00
Daniel Pan
10a74e6323
Merge pull request #5147 from haiwen/tag-details
[tags] modified UI details for 'Tags' dialog
2022-03-04 11:53:46 +08:00
llj
bfb3bb45b1 [tags] modified UI details for 'Tags' dialog 2022-03-04 11:23:05 +08:00
lian
23a773d910 remove success message 2022-03-04 11:01:57 +08:00
Daniel Pan
365b9f1748
Merge pull request #5144 from haiwen/pdf-loading
[pdf viewer] improved loading
2022-03-03 15:42:49 +08:00
llj
33ff193d8d [pdf viewer] improved loading
- display a loading icon instead of a blue progress bar in the `#loadingBar`
- added loading icons for pdf pages
2022-03-03 14:43:48 +08:00
songjiaqi1
2b3e71d4d5
Merge pull request #5143 from haiwen/seafile-editor-update
update markdown editor
2022-03-02 13:06:15 +08:00
cainiao222
6120c325b2 update markdown editor 2022-03-02 13:04:14 +08:00
Gustl22
187c975d87 Merge remote-tracking branch 'upstream/master' into build-scripts 2022-03-01 09:17:08 +01:00
Daniel Pan
301fa18199
Merge pull request #5139 from haiwen/tags-redesign
Tags redesign
2022-03-01 11:01:09 +08:00
llj
5c35a97486 [tags] removed unused code and file 2022-02-26 11:22:59 +08:00
llj
97da4f2b63 [tags] redesigned 'Tags' dialog
- redesigned 'tag color edit', 'tag name edit', 'tag delete'
2022-02-26 10:51:10 +08:00
lian
2231d2d21f update share/upload link expiration 2022-02-24 10:47:17 +08:00
llj
8862328958 [tags] redesigned 'color options' in 'New Tag' dialog 2022-02-22 15:06:50 +08:00
llj
955f3617ad [tags] redesigned the 'select tags' dialog 2022-02-21 17:22:52 +08:00
Daniel Pan
9de0e9b8ba
Merge pull request #5134 from haiwen/update-translation
update translation
2022-02-18 11:38:41 +08:00
王健辉
1c1d84c439 update translation 2022-02-18 11:27:53 +08:00
Daniel Pan
dc209e53ed
Merge pull request #5123 from haiwen/webdav-secret
update webdav secret
2022-02-17 20:48:37 +08:00
llj
566a27f0c7 [share dialog] share/upload link: added missing 'gettext' for some text 2022-02-17 15:46:03 +08:00
llj
57921f1b11 ['settings' page] WebDav Password: redesigned the 'update password' dialog; fixup & improvement 2022-02-17 15:30:06 +08:00
Daniel Pan
b7ca40d729
Merge pull request #5129 from haiwen/mv-cp-fixup
[move/copy dialog] bugfix for 'mv/cp to current folder'
2022-02-16 11:58:55 +08:00
Daniel Pan
b5fe3a2bef
Merge pull request #5122 from haiwen/seahub-settings-SERVICE_URL
add SERVICE_URL
2022-02-16 11:53:27 +08:00
llj
ea5b2daa33 [move/copy dialog] bugfix for 'mv/cp to current folder' 2022-02-16 11:24:54 +08:00
Daniel Pan
9829d5aa29
Merge pull request #5125 from haiwen/save-shared-folder
update shared folder
2022-02-12 17:45:27 +08:00
Daniel Pan
0621c0c198
Merge pull request #5118 from haiwen/thumbnail-create
update thumbnail creation response code
2022-02-12 13:23:33 +08:00
lian
1934a6800f update 2022-02-11 18:47:05 +08:00
lian
90b85a539d update shared folder
show progress when save file/folder in shared folder
2022-02-11 18:36:03 +08:00
lian
7ff103f69c update webdav secret
add WEBDAV_SECRET_MIN_LENGTH and WEBDAV_SECRET_STRENGTH_LEVEL
2022-02-11 13:48:18 +08:00
Daniel Pan
dd58b86cdf
Merge pull request #5120 from haiwen/fix-sys-admin-manage-departments
fix get department's org_id
2022-02-11 12:24:46 +08:00
Daniel Pan
18ef3d66e8
Merge pull request #5124 from haiwen/update-translation
update translation
2022-02-11 12:18:33 +08:00
王健辉
19519924b9 update translation 2022-02-11 12:11:42 +08:00
王健辉
1c305d5f69 improve org admin manage department 2022-02-11 11:44:59 +08:00
王健辉
a5c0d4cad6 fix get department's org_id 2022-02-11 11:44:59 +08:00
llj
a713c1fe72 [i18n] 'delete repo dialog': updated the text 2022-02-11 11:34:56 +08:00
Daniel Pan
2c88ec3354
Merge pull request #5121 from haiwen/fix-import-dingtalk-department
fix import dingtalk department
2022-02-10 17:55:12 +08:00
skywalker
3bc994621c add SERVICE_URL 2022-02-10 17:32:50 +08:00
skywalker
001482b492 fix import dingtalk department 2022-02-10 16:36:58 +08:00
lian
866ec50c4d update thumbnail creation response code 2022-02-09 16:03:08 +08:00
songjiaqi1
1500afb2ff
Merge pull request #5116 from haiwen/seafile-editor-update
update seafile-editor
2022-02-07 11:45:00 +08:00
cainiao222
2432d11901 update seafile-editor 2022-02-07 11:43:49 +08:00
Moritz Schlarb
6e6825a1d8 Fix collaboration notice sending (Closes: #5062)
By setting `to_user = contact_email`, the timestamp `collaborate_last_emailed_time` gets set for the contact email instead of the username, but that is getting used initially for querying the last emailed timestamps. This leads to notification emails getting sent every time the email sending job runs.

This change makes it more in sync with send_file_updates.py, too.
2022-02-03 13:59:13 +01:00
songjiaqi1
09b9fce755
Merge pull request #5114 from haiwen/seafile-editor-update
update editor
2022-01-26 12:03:56 +08:00
cainiao222
beae329a94 update editor 2022-01-26 12:03:02 +08:00
Daniel Pan
ca8b191401
Merge pull request #5100 from haiwen/delete-repo
show share info when delete repo
2022-01-25 15:54:36 +08:00
Daniel Pan
66169a0f00
Merge pull request #5111 from haiwen/terms-editor-fixup
[system admin] terms and conditions: fixed icons for the terms editor
2022-01-25 12:09:11 +08:00
llj
1f6fa87200 [system admin] terms and conditions: fixed icons for the terms editor 2022-01-24 17:43:12 +08:00
Daniel Pan
7840f199e3
Merge pull request #5108 from haiwen/sqlite-sql
update custom_share_permission sql for sqlite3
2022-01-24 16:50:57 +08:00
llj
d6e4a60c62 [seafile-js] updated the version 2022-01-24 10:30:57 +08:00
songjiaqi1
6722ac75d0
Merge pull request #5109 from haiwen/seafile-editor-update
updatde seafile-editor
2022-01-24 08:26:42 +08:00
cainiao222
ce8be94474 updatde seafile-editor 2022-01-24 08:25:10 +08:00