aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* feat: Add `IFilenameValidator` to have one consistent place for filename vali...Ferdinand Thiessen2024-07-092-0/+251
* Merge pull request #46317 from nextcloud/s3InsertTimeoutGit'Fellow2024-07-091-29/+37
|\
| * fix(s3): Don't wait indefinitely for S3 to returnGit'Fellow2024-07-051-29/+37
* | fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manageryemkareems2024-07-082-45/+43
* | fix: return type doc block added as per psalmyemkareems2024-07-081-6/+7
* | fix: return type doc block added as per psalmyemkareems2024-07-081-1/+1
* | fix: return type doc block added as per psalmyemkareems2024-07-081-1/+1
* | fix: second join and where conditions added only when search param is availableyemkareems2024-07-081-11/+14
* | fix: query refactored to support both the search by email and sort by loginyemkareems2024-07-081-11/+13
* | fix: limit and fixLimit removed. negative limit handled in controller. remove...yemkareems2024-07-082-25/+1
* | fix: removed default limit of 25. if null is given all users are fetched or i...yemkareems2024-07-082-3/+12
* | fix: removed references to old disabled users code. refactored query as per g...yemkareems2024-07-082-34/+13
* | fix: removed the params related to sortMode and order since it sorts by lastL...yemkareems2024-07-082-19/+13
* | fix: doc blocks addedyemkareems2024-07-082-0/+11
* | fix: search and searchDisplayNames reverted to how it was initially as sort a...yemkareems2024-07-081-2/+1
* | fix: search and searchDisplayNames reverted to how it was initially as sort a...yemkareems2024-07-081-68/+9
* | fix: rebased the branch with master and resolved conflictsyemkareems2024-07-085-30/+82
* | fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc...yemkareems2024-07-084-38/+43
* | fix: cs fix and psalm ci related changesyemkareems2024-07-082-3/+5
* | fix: sort the user getDisplayNames based on lastLogin. Default sort order is ...yemkareems2024-07-083-14/+25
* | feat: cs fix run on the changed files and default order by last_login desc. A...yemkareems2024-07-081-5/+5
* | feat: add ability to sort users by last_login, uid or displayName. one of the...yemkareems2024-07-082-10/+70
|/
* chore: More explicit splitHash typingChristopher Ng2024-07-041-1/+1
* feat: Add method to validate an IHasher hashChristopher Ng2024-07-041-0/+14
* Merge pull request #45353 from nextcloud/feat/excalidraw-file-supportJulius Härtl2024-07-041-23/+97
|\
| * feat: support excalidraw fileHoang Pham2024-07-041-23/+97
* | Merge pull request #46276 from nextcloud/3rdparty/patch-mp3infoDaniel2024-07-041-4/+4
|\ \
| * | feat: log file id and path when extracting the mp3 cover failsDaniel Kesselberg2024-07-041-4/+4
| |/
* | Merge pull request #46251 from nextcloud/feat/taskprocessing-more-tasktypesJoas Schilling2024-07-041-0/+3
|\ \
| * | feat(TaskProcessing): Add more task typesMarcel Klehr2024-07-041-0/+3
* | | Merge pull request #46286 from nextcloud/fix/tp/sync-bg-job-statusMarcel Klehr2024-07-042-0/+13
|\ \ \ | |_|/ |/| |
| * | fix(TaskProcessing): Set task status to running when processing via ISynchron...Marcel Klehr2024-07-042-0/+13
* | | Merge pull request #46174 from nextcloud/fix/integrity-checkJohn Molakvoæ2024-07-041-5/+10
|\ \ \ | |/ / |/| |
| * | fix(IntegrityCheck): Ensure the check is run if no results are availableFerdinand Thiessen2024-07-031-5/+10
* | | Merge pull request #46273 from nextcloud/fix/make-ooo-replacement-nullableHamza2024-07-031-4/+4
|\ \ \ | |/ / |/| |
| * | Fix: Make out of office replacement nullableHamza Mahjoubi2024-07-031-4/+4
* | | Merge pull request #46194 from nextcloud/schema-export-cmndRobin Appelman2024-07-022-3/+7
|\ \ \ | |/ / |/| |
| * | feat: add commands for exporting current and expected database schemaRobin Appelman2024-07-022-3/+7
* | | Merge pull request #45766 from nextcloud/feat/ooo-replacementDaniel2024-07-012-1/+17
|\ \ \
| * | | Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-012-1/+17
* | | | Merge pull request #46169 from nextcloud/enh/support-profiler-in-occRobin Appelman2024-07-011-4/+2
|\ \ \ \
| * | | | fix(profiler): Remove bogus profiler event startCôme Chilliet2024-06-271-4/+2
* | | | | feat(TaskProcessingApi): Add endpoint for getting the next taskprovokateurin2024-07-013-24/+53
* | | | | feat(AppFramework): Add ExAppRequired attributeprovokateurin2024-07-012-1/+27
* | | | | fix(taskprocessing): in removeSuperfluousArrayKeys, don't try to keep input/o...Julien Veyssier2024-07-011-0/+1
* | | | | fix(taskprocessing): input validation was dropping some optional inputsJulien Veyssier2024-07-011-1/+1
| |/ / / |/| | |
* | | | feat: reduce available languages per config value "reduce_to_languages"Misha M.-Kupriyanov2024-07-011-0/+4
| |/ / |/| |
* | | Merge pull request #46133 from nextcloud/bugfix/noid/fix-missing-protocol-on-...Joas Schilling2024-06-272-4/+14
|\ \ \
| * | | fix(federation): Fix missing protocol on CloudID remoteJoas Schilling2024-06-272-4/+14
* | | | Merge pull request #45951 from nextcloud/chore/comments-event-legacyArthur Schiwon2024-06-271-0/+3
|\ \ \ \