Commit Graph

31879 Commits (9b84831c8d0c1d715cd42fa3e4e01ac8a59fa369)

Author SHA1 Message Date
skjnldsv 9b84831c8d fix(files_sharing): adjust IAttributes API and files_versions 2 years ago
skjnldsv 967b3848e0 fix(files_sharing): phpunit & openapi fixes 2 years ago
skjnldsv bc5839e5b5 chore(files_sharing): cleanup NewFileRequestDialog vue 2 years ago
skjnldsv 30f9ef414e fix: psalm, cs, autoloader and lint 2 years ago
skjnldsv 5ce4bb368f chore(files_sharing): refactor share password mail 2 years ago
skjnldsv 208ff8013d chore(files_sharing): refactor sharing config 2 years ago
skjnldsv 06462804f7 fix(files_sharing): adjust NewFileRequestDialog for emails invites 2 years ago
skjnldsv 75ca4944c9 feat(files_sharing): allow mixed values in share attributes and allow storing email arrays 2 years ago
skjnldsv c253112cf7 chore(files_sharing): refactor mail handling 2 years ago
skjnldsv d388370c3b feat(files_sharing): implement IShareProviderWithNotification and refactor sendMailNotification 2 years ago
skjnldsv 443c48aefb feat(files_sharing): add `new file request` option 2 years ago
skjnldsv b6f635f6f6 chore(files_sharing): rename `File drop` to `File requests` 2 years ago
Ferdinand Thiessen d5dc6b2476
feat(theming): Allow shipped backgrounds to have a dark variant 2 years ago
Nextcloud bot 4c7840ee31
Fix(l10n): Update translations from Transifex 2 years ago
Christopher Ng e8cacc50a2 chore(settings): Rename user groups 2 years ago
Christopher Ng 51e9651436 chore(l10n): Translate group names 2 years ago
Christopher Ng 07319a118b feat: Add Recent accounts section 2 years ago
Louis Chemineau 5fc79e4002
fix(files): Add rounded corners back in grid view 2 years ago
Joas Schilling 5368b93539
fix(dashboard): Use the widget icon URL when it was provided 2 years ago
Joas Schilling 6acecb6f68
fix(userstatus): Fix dashboard icon 2 years ago
Ferdinand Thiessen a229723b8c
feat: Add new forbidden filename options to Capabilities 2 years ago
Nextcloud bot 1a41cd57cf
Fix(l10n): Update translations from Transifex 2 years ago
Marcel Müller 4f12584310 fix(theming): Don't reset the cachebuster value when we reset theming 2 years ago
Ferdinand Thiessen b2cf05657d
chore: Make app icons consistent Material Symbols with same settings 2 years ago
Joas Schilling a2a0a5afcb
fix(workflows): Fix file systemtag cache 2 years ago
Nextcloud bot cd7007c649
Fix(l10n): Update translations from Transifex 2 years ago
Ferdinand Thiessen a96b5940dd
chore: Make active apps initial state consistent with OCS API 2 years ago
Ferdinand Thiessen fd21e15f7d fix(files_sharing): Only enable mixed sharing types if there is at least one sharing type 2 years ago
Ferdinand Thiessen d0951b48be
chore(files): Fix ESLint issues with files and files_sharing app 2 years ago
Ferdinand Thiessen 24c01695bb
test: Adjust Typescript definitions for OCP and OC 2 years ago
Ferdinand Thiessen 691f570237
chore: Enable ESLint for apps and fix all errors 2 years ago
Christopher Ng 4b392ebb4e perf(settings): Optimize user list scroll performance 2 years ago
Nextcloud bot 4fd2127761
Fix(l10n): Update translations from Transifex 2 years ago
fenn-cs 48339500fc fix(SharingDetailsView): Prevent illegal unselection of read permissions 2 years ago
Andy Scherzinger 67fef54b6c
style: Align dashboard app icon in size with photos app icon 2 years ago
Louis Chemineau 93cb30fc0c
fix(files): Correctly center the checkbox's background in grid view 2 years ago
provokateurin 68d60fcd26
fix(OpenAPI): Regenerate 2 years ago
yemkareems 4eba967d63 fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manager 2 years ago
yemkareems 6ac49e549b fix: ran bash build/openapi-checker.sh and commit the result 2 years ago
yemkareems ae95e46787 fix: limit and fixLimit removed. negative limit handled in controller. removed getUsersSortedByLastLogin from Manager and instead used the config in controller 2 years ago
yemkareems ceedfb4616 fix: removed default limit of 25. if null is given all users are fetched or if limit is given limit number of users are fetched 2 years ago
yemkareems cfafbc8415 fix: removed references to old disabled users code. refactored query as per getDisplayNames function. limit and offset added to query. default limit set to 25. 2 years ago
yemkareems 4c62f78a25 fix: removed NoCSRFRequired used for testing locally 2 years ago
yemkareems afa51365ff fix: removed the params related to sortMode and order since it sorts by lastLogin 2 years ago
yemkareems 3615b1f928 fix: removed csrf check for the recent end point and ran cs fix 2 years ago
yemkareems 4cb85f7c9e fix: rebased the branch with master and resolved conflicts 2 years ago
yemkareems 76c875a588 fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc. enable email search by changing query 2 years ago
yemkareems c8c68c3510 fix: sort the user getDisplayNames based on lastLogin. Default sort order is lastLogin DESC 2 years ago
yemkareems 87a8013ee3 feat: cs fix run on the changed files and default order by last_login desc. Also last_login sort logic changed 2 years ago
yemkareems 0ee676cd51 feat: add ability to sort users by last_login, uid or displayName. one of these needs to be passed as orderBy and sort can be ASC or DESC 2 years ago