1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00
Commit Graph

54 Commits

Author SHA1 Message Date
杨国璇
8200113b7f feat: optimize commonjs (#6906)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
2024-10-21 11:29:17 +08:00
Michael An
9051ad836e change empty tips (#6565)
* [draft] change empty tips

* remove useless codes
2024-08-20 11:19:11 +08:00
Michael An
113a88d850 [Refactor] Do not run mobile functions on PC devices (#6408)
* 01 refactor dirent-list-item

* 02 refactor upload links

* 03 refactor linked devices

* 04 refactor user-settings linked-devices

* 05 refactor invitation view

* 06 refactor share-links

* 07 refactor starred page

* 08 refactor share-admin folders

* 09 refactor share-admin libraries

* 10 refactor shared-libs
2024-07-25 11:04:36 +08:00
Michael An
67210c7363 fix code format (#6365) 2024-07-18 11:58:42 +08:00
Michael An
c41407f783 12.0 change app structure (#6335)
* 01 change app structure

* 02 change setting page

* 03 optimize header style

* 04 change app mobile side panel logo
2024-07-11 17:45:30 +08:00
llj
ddbf0e7855 Side nav (#6309)
* [user panel] combined 7 commits into 1:

[user side nav] added 'fold/unfold' for the sidebar

[redesign] redesigned toolbar for 'my libs' & 'shared with all'; redesigned 'top bar' for 'help', 'clients' and other pages

[Shared with all] 'share existing libraries' dialog: added the 'close' icon back, enabled clicking outside to close the dialog

['Invite Guest' page] redesigned the toolbar

['Share Admin' - 'Links'] 'Share Links' page: redesigned the toolbar

['Share Admin' - 'Links'] 'Upload Links' page: redesigned the toolbar

cleaned up code

* [user side panel] update

* [user panel] update

* [code style] update: remove an eslint warning
2024-07-09 15:08:47 +08:00
Michael An
d0faafbfba 12.0 change some icons (#6278)
* 01 history back icon

* 02 change download icons

* 03 fix code format

* 04 change copy icons

* 05 tree icon more color

* change icon
2024-07-01 18:33:57 +08:00
Michael An
6233649970 12.0 remove font awesome (#6257)
* remove font-awesome

* remove font awesome 3.2.1
2024-06-28 08:39:44 +08:00
Michael An
b7e686786a 12.0 change triangle icon (#6233)
* change main page

* change main panel icon to #666666

* change wiki icon

* change sort icons

* change hidden header table

* change style
2024-06-21 12:07:58 +08:00
llj
5c0518ef22 Icons (#6106)
* [icon] replaced 'sf2-icon-caret-down' with the new 'sf3-font-more'

* ['delete' icon] replaced all the 'sf2-icon-delete' icon with the new 'sf3-font-delete1' icon

* [UI] modified the colors of the operation icons in pages
2024-05-23 12:09:54 +08:00
Michael An
adc8960fd8 change Operation to operation (#5878) 2024-01-03 18:08:24 +08:00
llj
bd05e05a1a ['share dialog' - 'Share Link', 'Share Admin' - 'Links'] share links: get limited links per request, scroll down to get more (#5840) 2023-12-20 12:01:18 +08:00
llj
29fa239cd0 Single selector (#5791)
* [single selector] added a new 'single selector' to replace the 'role editor'

* [sys admin - group - member] replaced the old 'role selector' with the new 'single selector'

* [sys admin - orgs] replaced the old 'role selector' with the new 'single selector'

* [sys admin, org admin] replaced different selectors with the new 'single selector' for users & orgs

* [share link perm selector] replaced it with the new 'single selector'
2023-11-24 18:21:46 +08:00
Michael An
14ce391007 Fix eslint warnings (#5635)
* 01 fix eslint warnings

* fix code warnings

* fix code warnings

* fix code warnings

* fix code warnings

* fix code warnings
2023-09-13 08:40:50 +08:00
lian
ac93d4e103 clean invalid share/upload links (#5403)
* clean invalid share/upload links

* update
2023-03-17 09:44:20 +08:00
lian
146c79ba44 clean orphan share/upload links (#5383)
* clean orphan share/upload links

* update style

* [share admin - links] fixup & improvements for 'deleted' tip & 'clean orphan links'

---------

Co-authored-by: llj <lingjun.li1@gmail.com>
2023-03-01 16:51:36 +08:00
杨顺强
3a4cb45fcf Update dependency 4 (#5348)
* react react-dom reach-router react-image-lightbox

* update seafile-editor version

* optimize codemirror code

* optimize code

* repair code bug

* optimize code

* optimize code

* optimize seafile-editor version

* update seafile-editor version

* optimize code

* optimize code
2022-12-29 12:21:47 +08:00
llj
90c0d5dbec [share admin - links] mobile: modified display of some info; added 'sort' (#5263) 2022-10-22 10:38:47 +08:00
llj
00d8b28c33 [a11y] added support for 'keyboard access' to 'share admin libraries/folders/links' & 'select editor' 2021-10-11 14:01:43 +08:00
llj
04f29704b3 [eslint] updated eslintrc and improved the code (#4702) 2020-11-02 13:56:35 +08:00
llj
ea8e61d250 [share/upload links] show exact expiration time (#4570) 2020-05-25 17:29:16 +08:00
杨顺强
c3dff6225f update seafile-js api (#4405) 2020-01-11 13:29:04 +08:00
llj
c485cfc932 improved empty tips (#4391) 2020-01-03 16:50:17 +08:00
lian
b67033c73d change permission on share pop up (#4386)
* change permission on share pop up

* update

* add Utils.getShareLinkPermissionStr
2020-01-02 12:05:50 +08:00
llj
7d7dc51821 don't turn to login page when 403 (#4323)
* don't turn to login page when 403

* [403] show login tip when 403 is returned
2019-12-05 15:45:16 +08:00
杨顺强
50e0618a7d return repo/folder permission when get share link list (#4319)
* return repo/folder permission when get share link list

* update permission check when create/update share link

* optimized code

* optimized code

* add can_edit valid

* return can_edit field when get share link list
2019-12-03 13:52:52 +08:00
Leo
5b789c4300 corrent logic for check generate share link, and share link permissions (#4121) 2019-10-12 14:54:25 +08:00
llj
3e65a3a313 [share admin] upload links: added support for mobile; improvement (#4011)
* and improved 'share links'
2019-08-21 16:36:55 +08:00
llj
2e1fc1110f [share admin] share links: added support for mobile; bugfix & improvement (#4004)
* and bugfix for 'generate share link'
2019-08-20 12:00:58 +08:00
杨顺强
eecc8968b5 repair translate error (#3911) 2019-07-25 07:55:52 +08:00
杨顺强
04e791f14c Improve response catch module (#3848)
* add err hanlder for dialog ajax request

* add error handler for component ajax request

* repair code bug

* repair code bug

* add handler for page ajax module
2019-07-16 10:01:09 +08:00
Daniel Pan
56b813dcb9 Merge pull request #3633 from haiwen/fix-warnings
fix recent warnings
2019-06-11 10:08:47 +08:00
llj
c54ae6cb01 redesigned all 'empty-tip' 2019-06-10 17:30:10 +08:00
Michael An
e4fde3d7a8 fix warnings 2019-06-06 13:33:22 +08:00
shanshuirenjia
a262e06d3f repair new file bug 2019-05-15 18:43:40 +08:00
Leo
6d0306c293 add new react component to change permission, modify web api (#3285)
* add new react component, modify web api

* update npm

* update npm

* revert api share_links.py
2019-04-17 14:06:21 +08:00
Leo
fe36faa44c Fix indentation 2019-04-13 16:52:14 +08:00
Leo
f181af1199 show permission in share links (#3249)
* show permission in share links

* optimize code format

* modify text display, revert utils.sharePerms
2019-04-13 15:06:23 +08:00
杨顺强
3d16236bb9 repair draft-reviewer nav style (#2967) 2019-02-20 13:11:13 +08:00
Michael An
c73bf667ed [update] external link dialog (#2965) 2019-02-20 10:40:54 +08:00
杨顺强
e57701fa38 Prop type check repair (#2919)
* repair intent check wraning

* change doublequote to singlequote, add semicolon

* optimized code

* modify type-check wraning
2019-01-31 17:37:02 +08:00
杨顺强
8a16b4013d optimized getIcon interface (#2904)
* optimized getIcon interface

* optimzied get lib-icon code

* repair share-repo bug
2019-01-29 15:22:02 +08:00
杨顺强
5fd87ff6f1 Table icon size modify (#2816)
* repair img tag error bug

* set img size by tag inline style

* delete unnessary css style
2019-01-11 15:37:02 +08:00
杨顺强
c6cd6bb2c4 improve icon-img size (#2812) 2019-01-11 12:39:43 +08:00
杨顺强
71770dc345 scroll-bug-repair (#2806) 2019-01-10 15:09:47 +08:00
C_Q
fc88a53716 [bug] delete share links (#2749) 2019-01-03 11:56:32 +08:00
llj
9794966b89 [share admin] share links: added 'sort' (#2747) 2019-01-02 17:49:30 +08:00
杨顺强
9129d2ecd5 repair dir&file link bug (#2741) 2019-01-02 11:52:44 +08:00
杨顺强
8637abde8d Table module optimized (#2727) 2018-12-28 11:12:24 +08:00
杨顺强
d124677b40 Share manage optimized (#2723) 2018-12-27 10:24:34 +08:00