aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-192-3/+6
* fix(db): Deprecate `getState()` as per upstreamJoas Schilling2024-07-191-0/+2
* fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-191-1/+2
* fix(db): Deprecate using table alias for DELETE and UPDATEJoas Schilling2024-07-191-5/+8
* fix(db): Deprecate `getQueryPart()` and `resetQueryPart()` methods that will ...Joas Schilling2024-07-191-0/+8
* feat: allow for ExApps to call Admin endpoints marked with specific attrAlexander Piskun2024-07-181-0/+21
* Merge pull request #46510 from nextcloud/feat/info-xml-backendsRichard Steinmetz2024-07-171-0/+15
|\
| * feat: hide caldav server settings if no app uses the caldav backendRichard Steinmetz2024-07-161-0/+15
* | feat(Reference): Add public API endpoints to get referencesJonas2024-07-173-3/+54
* | Merge pull request #46538 from nextcloud/fix/use-filename-validatorFerdinand Thiessen2024-07-161-34/+0
|\ \
| * | refactor: Remove deprecated `Util` function for filename validation to `Filen...Ferdinand Thiessen2024-07-161-34/+0
| |/
* / feat: allow running QueryBuilder queries on different connectionsRobin Appelman2024-07-151-3/+7
|/
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-6/+7
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-1/+1
* fix: ARateLimit documentationskjnldsv2024-07-121-0/+2
* fix: psalm, cs, autoloader and lintskjnldsv2024-07-122-2/+2
* feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-121-2/+2
* feat(files_sharing): implement IShareProviderWithNotification and refactor se...skjnldsv2024-07-122-2/+26
* fix(dashboard): Document expected icon behaviourJoas Schilling2024-07-112-2/+16
* 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
| |/ |/|