aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p...Julien Veyssier2024-07-221-0/+37
* Merge pull request #46473 from nextcloud/feat/restrict_admin_to_ipsAndy Scherzinger2024-07-224-0/+124
|\
| * feat(Security): add Factory for IP addresses and rangesBenjamin Gaussorgues2024-07-191-0/+30
| * feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-193-0/+94
* | Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versionsJoas Schilling2024-07-193-9/+26
|\ \ | |/ |/|
| * 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
* | Merge pull request #46368 from nextcloud/fix/task-processingMarcel Klehr2024-07-192-3/+39
|\ \ | |/ |/|
| * fix(TaskProcessing): Add since doc for new EShapeType methodMarcel Klehr2024-07-171-0/+1
| * fix: Validate output properlyMarcel Klehr2024-07-171-1/+34
| * feat(TaskProcessing): Allow setting task results for file slotsMarcel Klehr2024-07-171-2/+4
* | 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