aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #46371 from nextcloud/feat/filename-validatorFerdinand Thiessen2024-07-101-0/+39
|\
| * feat: Add `IFilenameValidator` to have one consistent place for filename vali...Ferdinand Thiessen2024-07-091-0/+39
* | Merge pull request #46123 from nextcloud/feat/user-password-hashPytal2024-07-092-0/+47
|\ \ | |/ |/|
| * docs: Add info for the password hashesChristopher Ng2024-07-082-0/+8
| * feat: Allow getting/setting the password hash of a userChristopher Ng2024-07-081-0/+14
| * feat: Add IPasswordHashBackendChristopher Ng2024-07-081-0/+25
* | Merge pull request #45249 from nextcloud/feature/add-ability-to-sort-by-last-...yemkareems2024-07-091-0/+11
|\ \ | |/ |/|
| * fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manageryemkareems2024-07-082-11/+11
| * fix: doc block correctedyemkareems2024-07-081-1/+1
| * 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: query refactored to support both the search by email and sort by loginyemkareems2024-07-081-1/+1
| * fix: limit and fixLimit removed. negative limit handled in controller. remove...yemkareems2024-07-081-5/+0
| * fix: removed default limit of 25. if null is given all users are fetched or i...yemkareems2024-07-081-2/+2
| * fix: removed references to old disabled users code. refactored query as per g...yemkareems2024-07-081-1/+3
| * fix: removed the params related to sortMode and order since it sorts by lastL...yemkareems2024-07-082-4/+2
| * fix: since added to doc blocksyemkareems2024-07-082-0/+2
| * fix: doc blocks addedyemkareems2024-07-082-0/+11
| * fix: search and searchDisplayNames reverted to how it was initially as sort a...yemkareems2024-07-081-1/+1
| * fix: rebased the branch with master and resolved conflictsyemkareems2024-07-083-4/+5
| * fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc...yemkareems2024-07-082-5/+5
| * fix: cs fix and psalm ci related changesyemkareems2024-07-081-1/+1
| * fix: sort the user getDisplayNames based on lastLogin. Default sort order is ...yemkareems2024-07-081-2/+4
| * feat: add ability to sort users by last_login, uid or displayName. one of the...yemkareems2024-07-081-1/+1
* | Merge pull request #46115 from nextcloud/enh/add-a-universal-debug-option-to-occCôme Chilliet2024-07-081-0/+24
|\ \ | |/ |/|
| * feat: Add reserved options in a new OCP class so that applications know about...Côme Chilliet2024-07-041-0/+24
* | feat: Add method to validate an IHasher hashChristopher Ng2024-07-041-0/+7
* | Merge pull request #46251 from nextcloud/feat/taskprocessing-more-tasktypesJoas Schilling2024-07-044-0/+378
|\ \
| * | feat(TaskProcessing): Add more task typesMarcel Klehr2024-07-044-0/+378
* | | fix(TaskProcessing): Set task status to running when processing via ISynchron...Marcel Klehr2024-07-041-0/+10
* | | Fix: Make out of office replacement nullableHamza Mahjoubi2024-07-031-4/+4
| |/ |/|
* | feat(OpenAPI): Add ex_app scopeprovokateurin2024-07-021-0/+8
* | Merge pull request #45766 from nextcloud/feat/ooo-replacementDaniel2024-07-011-0/+16
|\ \
| * | Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-011-0/+16
* | | feat(TaskProcessingApi): Add endpoint for getting the next taskprovokateurin2024-07-011-2/+20
* | | feat(AppFramework): Add ExAppRequired attributeprovokateurin2024-07-011-0/+21
|/ /
* | Merge pull request #46133 from nextcloud/bugfix/noid/fix-missing-protocol-on-...Joas Schilling2024-06-271-1/+3
|\ \
| * | fix(federation): Fix missing protocol on CloudID remoteJoas Schilling2024-06-271-1/+3
* | | Merge pull request #45947 from nextcloud/feat/qbmapper-yield-entitiesJoas Schilling2024-06-271-0/+21
|\ \ \
| * | | feat: Add yieldEntities wrapper for entity mapping in QBMapperJulius Härtl2024-06-241-0/+21
| | |/ | |/|
* | | chore: Move comments event handler to use proper event dispatcherJulius Härtl2024-06-261-0/+2
| |/ |/|
* | Merge pull request #45532 from nextcloud/feat/publish-resources-room-updateRichard Steinmetz2024-06-252-2/+14
|\ \ | |/ |/|
| * feat: implement public OCP api to update resources and roomsRichard Steinmetz2024-05-272-2/+14
* | Merge pull request #45582 from nextcloud/joblist-cleanup-by-idRobin Appelman2024-06-172-1/+13
|\ \
| * | fix: delete background jobs by id when cleaning upRobin Appelman2024-05-302-1/+13
| |/
* | fix: Make webhook event serialization opt-in with a new interfaceCôme Chilliet2024-06-113-6/+30
* | feat: Make node events serializableCôme Chilliet2024-06-113-1/+66
* | Revert "feat: Add support for webhook listeners"Côme Chilliet2024-06-111-16/+0
* | feat: Add support for webhook listenersCôme Chilliet2024-06-111-0/+16
* | Merge pull request #43942 from nextcloud/fix/43612/avoid-pwd-confirm-ssoArthur Schiwon2024-06-071-0/+9
|\ \