summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21869 from nextcloud/techdebt/noid/add-constants-for-magi...Joas Schilling2020-07-161-3/+34
|\
| * Add constants for the magic strings of template renderingJoas Schilling2020-07-161-3/+34
* | Deprecate the server container gettersChristoph Wurst2020-07-161-0/+65
|/
* Use PSR container interface and deprecate our own abstractionChristoph Wurst2020-07-165-5/+29
* Better event description for BeforeTemplateRenderedEvent in files and files_s...Morris Jobke2020-07-151-2/+2
* Add real events to load additionalscriptsRoeland Jago Douma2020-07-152-0/+62
* Dashboard strict typingJulius Härtl2020-07-153-0/+9
* Add load method for apps to bootstrap their panelsJulius Härtl2020-07-151-6/+12
* Cleanup public api methodsJulius Härtl2020-07-153-17/+5
* Deprecate panel register event right away but keep it for not breaking backwa...Julius Härtl2020-07-151-0/+6
* Move to lazy panel registration during registration contextJulius Härtl2020-07-152-0/+15
* Deprecate old dashboard APIJulius Härtl2020-07-159-0/+79
* Add new dashboard public APIJulius Härtl2020-07-153-0/+165
* Make the subscription registry lazyRoeland Jago Douma2020-07-091-2/+14
* Remove old deprecated getAppFolderRoeland Jago Douma2020-07-061-9/+0
* Merge pull request #20729 from nextcloud/cleanup/noid/shared-tags-codeMorris Jobke2020-07-061-2/+2
|\
| * Tags.php and the old sharing mechanismMorris Jobke2020-07-061-2/+2
* | Deprecate registerRoutesRoeland Jago Douma2020-07-061-0/+1
|/
* Merge pull request #21238 from nextcloud/techdebt/noid/deferrable-notificatio...Morris Jobke2020-07-062-0/+65
|\
| * Allow notification apps to defer and flush the sendingJoas Schilling2020-07-032-0/+65
* | Merge pull request #21665 from nextcloud/debt/noid/job-listMorris Jobke2020-07-061-6/+4
|\ \
| * | Use formal type hints instead of informal PHPDocMorris Jobke2020-07-061-5/+3
| * | Fix wrong phpdoc for execute methodDaniel Kesselberg2020-07-031-1/+1
* | | Merge pull request #21636 from nextcloud/lock-exception-readable-pathMorris Jobke2020-07-052-3/+9
|\ \ \
| * | | add proper paths to locking exceptionsRobin Appelman2020-06-302-3/+9
| | |/ | |/|
* | | Merge pull request #21626 from nextcloud/enhancement/injectible-callablesMorris Jobke2020-07-051-0/+22
|\ \ \
| * | | Callable parameter injectionChristoph Wurst2020-07-031-0/+22
* | | | Merge pull request #21533 from nextcloud/techdebt/noid/dedicated-method-to-ge...Roeland Jago Douma2020-07-041-0/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add a dedicated method to get the language for another userJoas Schilling2020-07-011-0/+9
| | |/ | |/|
* | | Merge pull request #21439 from nextcloud/feature/noid/move-autocomplete-filte...Joas Schilling2020-07-031-1/+1
|\ \ \ | |_|/ |/| |
| * | Move AutoComplete::filterResults to new event dispatcher and GenericEventJoas Schilling2020-07-011-1/+1
| |/
* / Replace TYPE with TYPESDaniel Kesselberg2020-06-301-2/+3
|/
* Fix robots "noindex, nofollow" signalsJoas Schilling2020-06-252-0/+2
* Deprecate \OCP\ISearchChristoph Wurst2020-06-245-0/+24
* Implement unified search for FilesChristoph Wurst2020-06-241-1/+1
* Add unified search APIChristoph Wurst2020-06-245-0/+391
* Merge pull request #21479 from nextcloud/fix/21474/allow_specifying_cookie_typeblizzz2020-06-222-3/+5
|\
| * Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-222-3/+5
* | Merge pull request #21475 from nextcloud/enh/noid/flow-event-dispatcherblizzz2020-06-221-0/+34
|\ \ | |/ |/|
| * flow to not use deprecated event dispatcher methodsArthur Schiwon2020-06-191-0/+34
* | Allow crash reporters registration during app bootstrapChristoph Wurst2020-06-193-0/+20
* | Load the app.php before running apps' boot methodChristoph Wurst2020-06-171-0/+7
* | Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-173-0/+209
|/
* Merge pull request #21311 from nextcloud/techdebt/noid/make-share-order-reliableRoeland Jago Douma2020-06-091-1/+1
|\
| * Always sort shares in a reliable wayJoas Schilling2020-06-081-1/+1
* | Deprecate \OCP\IServerContainer::getEventDispatcherChristoph Wurst2020-06-081-0/+1
|/
* Add lazy events for the Node APIRoeland Jago Douma2020-05-2815-0/+530
* Copy over the ETag and LastModified when formatting a DataresponseRoeland Jago Douma2020-05-191-0/+8
* Allow links to conversationsJoas Schilling2020-05-131-0/+6
* Merge pull request #20897 from nextcloud/bugfix/httpcacheRoeland Jago Douma2020-05-131-5/+4
|\