1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 22:33:17 +00:00
Commit Graph

62 Commits

Author SHA1 Message Date
Aries
fa46b89b0d 12.0 list view support multiple selection (#6421)
* Feature - multiple selection with ctrl/shift

* update grid view context menu list in multiple selection mode

* list view support multiple selection

* improve list view selection experience

* before remove activeDirent state

* improve list view selection experience

* fix warnings
2024-07-26 17:07:26 +08:00
Aries
be84e505d0 12.0 grid view support multiple selection (#6403)
* Feature - multiple selection with ctrl/shift

* update grid view context menu list in multiple selection mode

* fix code format

* optimize codes
2024-07-23 23:08:53 +08:00
Michael An
67210c7363 fix code format (#6365) 2024-07-18 11:58:42 +08:00
Michael An
ab56b68887 change context menu style (#6333)
* change menu context style

* change tree view menu context
2024-07-17 10:45:53 +08:00
杨顺强
50be4b437c Optimize sdoc created (#6031)
* optimize code

* optimize code
2024-04-22 17:39:13 +08:00
lian
52aff8242c unfreeze sdoc (#6016) 2024-04-11 18:26:48 +08:00
llj
4375115548 [draft] removed related code & files (#5993)
* [draft] removed related code & files

* [draft] removed related code & files
2024-03-25 17:22:01 +08:00
llj
23785bb28b [dir view] Tags: don't send the 'get tags' request when open the 'tags' popover/dialog (handled 6 cases); removed the repeated 'get tags' request after creating a new tag; improved the 'no tags' tip (#5936) 2024-02-02 20:52:58 +08:00
Michael An
2ab7ca1e90 Change search result text (#5871)
* fix warnings

* change search result text
2023-12-29 12:20:07 +08:00
lian
ab72e093d5 export/convert sdoc to docx (#5837)
* sdoc to docx

* update
2023-12-26 17:50:06 +08:00
杨顺强
c1d68d6495 repair code bug 2023-11-29 16:23:01 +08:00
Michael An
e90a64cc90 Change edit tags dialog UI (#5655)
* fix warnings

* 01 tags icon always show

* 02 tag list footer UI

* 03 change select color popover style

* 04 Add virtual tag

* 05 handle key event

* 06 add createRepoTags API

* 07 optimize codes

* 08 optimize codes

* optimize python code

* change create tags success callback

---------

Co-authored-by: wang <40563566+loveclever@users.noreply.github.com>
2023-10-09 21:27:44 +08:00
llj
087eaa7c40 [dir view] added 'creating different types of file' options to the co… (#5653)
* [dir view] added 'creating different types of file' options to the context menu

* [dir view] update for 'New SeaDoc File' in the context menu
2023-09-20 11:13:34 +08:00
Michael An
2a6aa4b4d4 remove comment (#5650)
* remove comment

* remove useless third party lib

* remove comment
2023-09-18 18:15:54 +08:00
Michael An
52f9ae02b1 fix code bug 2023-09-18 10:20:47 +08:00
JoinTyang
e7d32fd4d6 convert markdown and sdoc (#5636) 2023-09-14 14:36:58 +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
杨顺强
d829ba5b23 replace thumbnail by original image (#5634) 2023-09-11 17:19:17 +08:00
llj
1b53fe6265 [misc] updated text, fixup, cleaned up code & files for 'list sdoc revisions' 2023-08-25 18:42:01 +08:00
llj
7fe8fbfc7f [dir view] for file items: added 'Properties' to its context menu, (#5581)
* [dir view] for file items: added 'Properties' to its context menu,
'more' dropdown menus in <tr> & the top toolbar

- click 'Properties', the 'info' panel will be shown

* [dir view] operation menu for file item: removed 'Comment', moved 'Properties'
2023-08-10 19:39:58 +08:00
llj
68ed3e5773 Sdoc draft (#5556)
* [dir view] redesigned the sdoc draft identifier

* [dir view] added option 'Mark as draft' to 'New File' dialog; added big button '+ SeaDoc' for empty library

* [sdoc draft] fixed API typos

* [sdoc file view] displayed draft identifier & added 'unmark as draft' for drafts

* [media/sdoc-editor] updated i18n/l10n strings for sdoc-editor

* [dir view] 'New' dropdown menu: added '(beta)' for 'New SeaDoc File'
2023-07-22 15:54:25 +08:00
欢乐马
d6c4b858f6 fix spell (#5550) 2023-07-17 16:18:14 +08:00
杨国璇
5165998326 feat: start revise style (#5540)
* feat: start revise style

* restore code

* restore code
2023-07-09 16:27:02 +08:00
er-pai-r
cee0349f3c feat: list revisions 2023-07-08 13:52:13 +08:00
skywalker
5abb686efb sdocStartRevise 2023-07-08 13:51:17 +08:00
杨顺强
ce949d0b53 optimize menu show&hide (#5481) 2023-05-18 17:46:59 +08:00
llj
a78529f97a [dir view] offered 'full dirent list' for 'image viewer' to view all the images 2021-06-16 18:02:48 +08:00
llj
04f29704b3 [eslint] updated eslintrc and improved the code (#4702) 2020-11-02 13:56:35 +08:00
llj
5c7c13c478 [dir view] updated 'top operation list' for current active dirent (#4046)
* [dir view] updated 'top operation list' for current active dirent

* added `getDirentOperationList` to utils.js
* improved code

* [dir view] added operations for current active dirent; bugfix &
improvement

* [utils] rewrote 'get dirent operation list' & bugfix
2019-09-04 14:21:57 +08:00
Michael An
3f4d9b9eb0 change wiki style (#3878)
* change wiki style

* fix warnings
2019-07-19 23:50:22 +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
llj
8d1eabc541 [grid] improvement
* modifie UI for 'thumbnail' images
* added 'Tags'('Select Tags') for file
* show tags for tagged files
2019-07-02 14:53:56 +08:00
llj
4fffcca729 [dir view] grid mode: added 'folder perm' 2019-07-01 16:04:23 +08:00
shanshuirenjia
3cdaff67c9 repair code error 2019-06-24 11:42:03 +08:00
shanshuirenjia
01df690b19 forbid new folder & new file in container for someone who not has permission 2019-06-24 11:28:25 +08:00
shanshuirenjia
d5d6472186 repair share btn control bug 2019-06-21 17:54:06 +08:00
shanshuirenjia
e4fbc8674f update menu generate algorithm 2019-06-21 14:22:45 +08:00
shanshuirenjia
a762d3b9b3 repair access log -bug 2019-05-30 16:12:33 +08:00
Michael An
fed0b0ca00 delete details choice and fix wiki comment panel 2019-05-30 14:00:51 +08:00
zxj96
3cc43d9041 Resolve warring (#3454)
* Resole project warrings

* Delete extra blank lines

* resolve dir-column-nav warnings
2019-05-14 10:15:09 +08:00
Michael An
30d7542670 fix warnings (#3444) 2019-05-13 11:55:49 +08:00
zxj96
17dba3e3c7 When canGenerateShareLink is equal to false delete share 2019-04-25 15:09:28 +08:00
Daniel Pan
e9201be344 Merge pull request #3349 from haiwen/list-optimization
List optimization
2019-04-24 15:27:04 +08:00
zxj96
0c4dea01c5 Remove spaces 2019-04-24 14:42:29 +08:00
zxj96
9cd68756ff Restore code 2019-04-24 14:39:46 +08:00
zxj96
2e9ff52024 style modify 2019-04-24 10:33:33 +08:00
zxj96
301effa623 optimization code 2019-04-24 10:10:28 +08:00
zxj96
978288eb39 Modify some naming conventions 2019-04-23 16:50:17 +08:00
zxj96
791713a746 delete direntList.lenght to dirent-grid-view.js 2019-04-23 16:04:28 +08:00
zxj96
7245d9dcc5 modify state 2019-04-23 15:58:06 +08:00