summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #21869 from nextcloud/techdebt/noid/add-constants-for-magi...Joas Schilling2020-07-163-11/+44
|\ \ \ \ \
| * | | | | Add constants for the magic strings of template renderingJoas Schilling2020-07-163-11/+44
| | |_|/ / | |/| | |
* | | | | Merge pull request #21873 from nextcloud/techdebt/deprecate-server-container-...Roeland Jago Douma2020-07-162-0/+156
|\ \ \ \ \
| * | | | | Deprecate the server container gettersChristoph Wurst2020-07-162-0/+156
| |/ / / /
* / / / / Add a scoped PSR logger for appsChristoph Wurst2020-07-164-1/+164
|/ / / /
* | / / Use PSR container interface and deprecate our own abstractionChristoph Wurst2020-07-169-140/+244
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2020-07-162-2/+4
* | | Better event description for BeforeTemplateRenderedEvent in files and files_s...Morris Jobke2020-07-151-2/+2
* | | Merge pull request #21822 from nextcloud/enh/events/additionalscriptsMorris Jobke2020-07-155-5/+79
|\ \ \
| * | | Add real events to load additionalscriptsRoeland Jago Douma2020-07-155-5/+79
| |/ /
* | | Merge pull request #21844 from bladewing/bladewing-harden-against-mimetype-mi...Morris Jobke2020-07-151-6/+9
|\ \ \
| * | | Extra white space to follow other ifslui87kw2020-07-151-1/+1
| * | | Avoid substr() error when strpos returns falsebladewing2020-07-151-6/+9
* | | | Deprecate the internal Symfony dispatcher adapterChristoph Wurst2020-07-152-0/+17
| |/ / |/| |
* | | Dashboard strict typingJulius Härtl2020-07-154-0/+12
* | | Add load method for apps to bootstrap their panelsJulius Härtl2020-07-152-7/+24
* | | Cleanup public api methodsJulius Härtl2020-07-154-22/+8
* | | 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-155-0/+112
* | | Update autoloaderJulius Härtl2020-07-152-2/+4
* | | Deprecate old dashboard APIJulius Härtl2020-07-159-0/+79
* | | Add new dashboard public APIJulius Härtl2020-07-157-0/+218
|/ /
* | Merge pull request #21825 from nextcloud/fix/appframework/servicesMorris Jobke2020-07-141-2/+14
|\ \
| * | Fix AppFramework servicesRoeland Jago Douma2020-07-141-2/+14
* | | Merge pull request #21812 from nextcloud/feature/noid/app-bootstrap-without-a...Morris Jobke2020-07-142-5/+18
|\ \ \
| * | | Do not load app.php if Application implements IBootstrapMorris Jobke2020-07-142-5/+18
| |/ /
* | | Merge pull request #21833 from nextcloud/docfix/noid/irequest_getHeaderRoeland Jago Douma2020-07-141-1/+1
|\ \ \
| * | | Fix PHPDoc of IRequest::getHeaderGeorg Ehrke2020-07-141-1/+1
| |/ /
* | | Merge pull request #21828 from nextcloud/enhancement/lazy-bootstrap-registrat...Morris Jobke2020-07-143-52/+38
|\ \ \
| * | | Delegate bootstrap registration lazilyChristoph Wurst2020-07-143-52/+38
| |/ /
* / / Make the PSR-3 adapter exception-awareChristoph Wurst2020-07-141-9/+106
|/ /
* | Merge pull request #21785 from nextcloud/techdebt/noid/remove-classmap-in-fil...Morris Jobke2020-07-133-3/+3
|\ \
| * | Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f...Morris Jobke2020-07-103-3/+3
* | | Merge pull request #21789 from nextcloud/ftp-filter-hashMorris Jobke2020-07-131-1/+4
|\ \ \
| * | | filter files containing a hash in the path for ftp storagesRobin Appelman2020-07-101-1/+4
* | | | [tx-robot] updated from transifexNextcloud bot2020-07-10102-102/+102
| |/ / |/| |
* | | Merge pull request #21759 from nextcloud/enh/lazy_subscriptionRoeland Jago Douma2020-07-092-10/+52
|\ \ \ | |/ / |/| |
| * | Make the subscription registry lazyRoeland Jago Douma2020-07-092-10/+52
* | | ensure home storage is initialized on first setupRobin Appelman2020-07-093-2/+6
* | | Use the correct mountpoint to calculateRoeland Jago Douma2020-07-091-1/+8
|/ /
* | Fix regression in return value of OC_Util::checkDataDirectoryPermissions due ...Morris Jobke2020-07-091-2/+2
* | Merge pull request #21761 from nextcloud/fix/permission_check_translationRoeland Jago Douma2020-07-091-7/+5
|\ \
| * | Kill another unneeded translationRoeland Jago Douma2020-07-081-7/+5
* | | [tx-robot] updated from transifexNextcloud bot2020-07-09126-126/+128
|/ /
* | Merge pull request #21758 from nextcloud/fix/routes/defaultsRoeland Jago Douma2020-07-081-6/+10
|\ \
| * | Fix supporting defaults for routesRoeland Jago Douma2020-07-081-6/+10
* | | Only translate if we need the stringRoeland Jago Douma2020-07-081-2/+1
|/ /
* | Merge pull request #21643 from nextcloud/enh/no_routeactionhadler_initsRoeland Jago Douma2020-07-082-16/+23
|\ \
| * | Do not create a RouteActionHandler object for each routeRoeland Jago Douma2020-07-072-16/+23
| |/
* | Merge pull request #21739 from nextcloud/techdebt/14552/migrate-OC-initSessionMorris Jobke2020-07-081-8/+2
|\ \