aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* feat: Add `IFilenameValidator` to have one consistent place for filename vali...Ferdinand Thiessen2024-07-095-0/+294
* 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
* | Merge pull request #45249 from nextcloud/feature/add-ability-to-sort-by-last-...yemkareems2024-07-092-0/+54
|\ \
| * | fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manageryemkareems2024-07-084-56/+54
| * | fix: doc block correctedyemkareems2024-07-081-1/+1
| * | fix: return type doc block added as per psalmyemkareems2024-07-082-7/+8
| * | fix: return type doc block added as per psalmyemkareems2024-07-082-2/+2
| * | 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-082-12/+14
| * | fix: limit and fixLimit removed. negative limit handled in controller. remove...yemkareems2024-07-083-30/+1
| * | fix: removed default limit of 25. if null is given all users are fetched or i...yemkareems2024-07-083-5/+14
| * | fix: removed references to old disabled users code. refactored query as per g...yemkareems2024-07-083-35/+16
| * | fix: removed the params related to sortMode and order since it sorts by lastL...yemkareems2024-07-084-23/+15
| * | fix: since added to doc blocksyemkareems2024-07-082-0/+2
| * | fix: doc blocks addedyemkareems2024-07-084-0/+22
| * | 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-082-69/+10
| * | fix: rebased the branch with master and resolved conflictsyemkareems2024-07-088-34/+87
| * | fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc...yemkareems2024-07-086-43/+48
| * | fix: cs fix and psalm ci related changesyemkareems2024-07-083-4/+6
| * | fix: sort the user getDisplayNames based on lastLogin. Default sort order is ...yemkareems2024-07-084-16/+29
| * | 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-083-11/+71
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-094-0/+94
* | | Merge pull request #46115 from nextcloud/enh/add-a-universal-debug-option-to-occCôme Chilliet2024-07-084-0/+33
|\ \ \ | |/ / |/| |
| * | fix(occ): Use the const instead of hardcoded string for --debug-log optionCôme Chilliet2024-07-081-1/+1
| * | feat: Add reserved options in a new OCP class so that applications know about...Côme Chilliet2024-07-043-0/+26
| * | fix(occ): Move debug log listener setup to a static method, add option for levelCôme Chilliet2024-07-021-9/+2
| * | feat(occ): Add a --debug option to output all log levels to the outputCôme Chilliet2024-07-023-0/+14
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-082-0/+48
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-072-4/+4
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0616-0/+380
| |/ |/|
* | Merge pull request #46186 from nextcloud/feat/validate-hashPytal2024-07-042-1/+22
|\ \
| * | chore: More explicit splitHash typingChristopher Ng2024-07-041-1/+1
| * | feat: Add method to validate an IHasher hashChristopher Ng2024-07-042-0/+21
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0536-0/+36
|/ /
* | 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-047-0/+389
|\ \ \
| * | | feat(TaskProcessing): Add more task typesMarcel Klehr2024-07-047-0/+389
* | | | Merge pull request #46286 from nextcloud/fix/tp/sync-bg-job-statusMarcel Klehr2024-07-043-0/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(TaskProcessing): Set task status to running when processing via ISynchron...Marcel Klehr2024-07-043-0/+23
* | | | 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
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-042-0/+72
* | | | Merge pull request #46273 from nextcloud/fix/make-ooo-replacement-nullableHamza2024-07-032-8/+8
|\ \ \ \ | |/ / / |/| | |