summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-1215-312/+774
* | | | | chore(files_sharing): cleanup NewFileRequestDialog vueskjnldsv2024-07-125-23/+29
* | | | | fix: psalm, cs, autoloader and lintskjnldsv2024-07-124-32/+38
* | | | | chore(files_sharing): refactor share password mailskjnldsv2024-07-122-53/+95
* | | | | chore(files_sharing): refactor sharing configskjnldsv2024-07-1214-378/+463
* | | | | fix(files_sharing): adjust NewFileRequestDialog for emails invitesskjnldsv2024-07-121-4/+14
* | | | | feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-128-25/+66
* | | | | chore(files_sharing): refactor mail handlingskjnldsv2024-07-122-14/+64
* | | | | feat(files_sharing): implement IShareProviderWithNotification and refactor se...skjnldsv2024-07-123-51/+47
* | | | | feat(files_sharing): add `new file request` optionskjnldsv2024-07-1212-14/+1047
* | | | | chore(files_sharing): rename `File drop` to `File requests`skjnldsv2024-07-123-4/+4
|/ / / /
* | | | feat(theming): Allow shipped backgrounds to have a dark variantFerdinand Thiessen2024-07-129-15/+41
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1258-174/+174
* | | | chore(settings): Rename user groupsChristopher Ng2024-07-113-4/+4
* | | | chore(l10n): Translate group namesChristopher Ng2024-07-111-2/+2
* | | | feat: Add Recent accounts sectionChristopher Ng2024-07-116-11/+71
* | | | Merge pull request #46373 from nextcloud/artonge/fix/rounded_corner_in_grid_viewFerdinand Thiessen2024-07-111-5/+2
|\ \ \ \
| * | | | fix(files): Add rounded corners back in grid viewLouis Chemineau2024-07-111-5/+2
* | | | | Merge pull request #46448 from nextcloud/bugfix/noid/fix-missing-dashboard-wi...Andy Scherzinger2024-07-115-14/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(dashboard): Use the widget icon URL when it was providedJoas Schilling2024-07-112-2/+24
| * | | | fix(userstatus): Fix dashboard iconJoas Schilling2024-07-113-12/+3
| |/ / /
* / / / feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-112-9/+31
|/ / /
* | | Merge pull request #46428 from nextcloud/fix/noid/fix-cypress-test-cachebusterMarcel Müller2024-07-111-0/+4
|\ \ \
| * | | fix(theming): Don't reset the cachebuster value when we reset themingMarcel Müller2024-07-101-0/+4
| |/ /
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1112-24/+24
|/ /
* | Merge pull request #46391 from nextcloud/chore/use-consistent-material-symbolsFerdinand Thiessen2024-07-1035-34/+33
|\ \
| * | chore: Make app icons consistent Material Symbols with same settingsFerdinand Thiessen2024-07-1035-34/+33
* | | fix(workflows): Fix file systemtag cacheJoas Schilling2024-07-101-21/+9
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1010-4/+16
|/ /
* | chore: Make active apps initial state consistent with OCS APIFerdinand Thiessen2024-07-104-32/+15
* | fix(files_sharing): Only enable mixed sharing types if there is at least one ...Ferdinand Thiessen2024-07-091-1/+2
* | chore(files): Fix ESLint issues with files and files_sharing appFerdinand Thiessen2024-07-0914-17/+19
* | test: Adjust Typescript definitions for OCP and OCFerdinand Thiessen2024-07-0915-25/+42
* | chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-0968-213/+266
* | Merge pull request #46361 from nextcloud/perf/scroll-user-listPytal2024-07-091-0/+1
|\ \
| * | perf(settings): Optimize user list scroll performanceChristopher Ng2024-07-081-0/+1
* | | Merge pull request #45249 from nextcloud/feature/add-ability-to-sort-by-last-...yemkareems2024-07-094-0/+553
|\ \ \ | |/ / |/| |
| * | fix(OpenAPI): Regenerateprovokateurin2024-07-082-58/+58
| * | fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manageryemkareems2024-07-081-1/+1
| * | fix: ran bash build/openapi-checker.sh and commit the resultyemkareems2024-07-082-0/+496
| * | fix: limit and fixLimit removed. negative limit handled in controller. remove...yemkareems2024-07-081-10/+4
| * | fix: removed default limit of 25. if null is given all users are fetched or i...yemkareems2024-07-081-1/+1
| * | fix: removed references to old disabled users code. refactored query as per g...yemkareems2024-07-081-27/+4
| * | fix: removed NoCSRFRequired used for testing locallyyemkareems2024-07-081-1/+0
| * | fix: removed the params related to sortMode and order since it sorts by lastL...yemkareems2024-07-081-6/+3
| * | fix: removed csrf check for the recent end point and ran cs fixyemkareems2024-07-081-5/+4
| * | fix: rebased the branch with master and resolved conflictsyemkareems2024-07-082-7/+96
| * | fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc...yemkareems2024-07-081-7/+7
| * | fix: sort the user getDisplayNames based on lastLogin. Default sort order is ...yemkareems2024-07-081-2/+2
| * | feat: cs fix run on the changed files and default order by last_login desc. A...yemkareems2024-07-081-1/+1