| Commit message (Expand) | Author | Age | Files | Lines |
* | Better event description for BeforeTemplateRenderedEvent in files and files_s... | Morris Jobke | 2020-07-15 | 1 | -2/+2 |
* | Merge pull request #21822 from nextcloud/enh/events/additionalscripts | Morris Jobke | 2020-07-15 | 5 | -5/+79 |
|\ |
|
| * | Add real events to load additionalscripts | Roeland Jago Douma | 2020-07-15 | 5 | -5/+79 |
* | | Merge pull request #21844 from bladewing/bladewing-harden-against-mimetype-mi... | Morris Jobke | 2020-07-15 | 1 | -6/+9 |
|\ \ |
|
| * | | Extra white space to follow other ifs | lui87kw | 2020-07-15 | 1 | -1/+1 |
| * | | Avoid substr() error when strpos returns false | bladewing | 2020-07-15 | 1 | -6/+9 |
* | | | Deprecate the internal Symfony dispatcher adapter | Christoph Wurst | 2020-07-15 | 2 | -0/+17 |
| |/
|/| |
|
* | | Dashboard strict typing | Julius Härtl | 2020-07-15 | 4 | -0/+12 |
* | | Add load method for apps to bootstrap their panels | Julius Härtl | 2020-07-15 | 2 | -7/+24 |
* | | Cleanup public api methods | Julius Härtl | 2020-07-15 | 4 | -22/+8 |
* | | Deprecate panel register event right away but keep it for not breaking backwa... | Julius Härtl | 2020-07-15 | 1 | -0/+6 |
* | | Move to lazy panel registration during registration context | Julius Härtl | 2020-07-15 | 5 | -0/+112 |
* | | Update autoloader | Julius Härtl | 2020-07-15 | 2 | -2/+4 |
* | | Deprecate old dashboard API | Julius Härtl | 2020-07-15 | 9 | -0/+79 |
* | | Add new dashboard public API | Julius Härtl | 2020-07-15 | 7 | -0/+218 |
|/ |
|
* | Merge pull request #21825 from nextcloud/fix/appframework/services | Morris Jobke | 2020-07-14 | 1 | -2/+14 |
|\ |
|
| * | Fix AppFramework services | Roeland Jago Douma | 2020-07-14 | 1 | -2/+14 |
* | | Merge pull request #21812 from nextcloud/feature/noid/app-bootstrap-without-a... | Morris Jobke | 2020-07-14 | 2 | -5/+18 |
|\ \ |
|
| * | | Do not load app.php if Application implements IBootstrap | Morris Jobke | 2020-07-14 | 2 | -5/+18 |
| |/ |
|
* | | Merge pull request #21833 from nextcloud/docfix/noid/irequest_getHeader | Roeland Jago Douma | 2020-07-14 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix PHPDoc of IRequest::getHeader | Georg Ehrke | 2020-07-14 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #21828 from nextcloud/enhancement/lazy-bootstrap-registrat... | Morris Jobke | 2020-07-14 | 3 | -52/+38 |
|\ \ |
|
| * | | Delegate bootstrap registration lazily | Christoph Wurst | 2020-07-14 | 3 | -52/+38 |
| |/ |
|
* / | Make the PSR-3 adapter exception-aware | Christoph Wurst | 2020-07-14 | 1 | -9/+106 |
|/ |
|
* | Merge pull request #21785 from nextcloud/techdebt/noid/remove-classmap-in-fil... | Morris Jobke | 2020-07-13 | 3 | -3/+3 |
|\ |
|
| * | Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f... | Morris Jobke | 2020-07-10 | 3 | -3/+3 |
* | | Merge pull request #21789 from nextcloud/ftp-filter-hash | Morris Jobke | 2020-07-13 | 1 | -1/+4 |
|\ \ |
|
| * | | filter files containing a hash in the path for ftp storages | Robin Appelman | 2020-07-10 | 1 | -1/+4 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-10 | 102 | -102/+102 |
| |/
|/| |
|
* | | Merge pull request #21759 from nextcloud/enh/lazy_subscription | Roeland Jago Douma | 2020-07-09 | 2 | -10/+52 |
|\ \
| |/
|/| |
|
| * | Make the subscription registry lazy | Roeland Jago Douma | 2020-07-09 | 2 | -10/+52 |
* | | ensure home storage is initialized on first setup | Robin Appelman | 2020-07-09 | 3 | -2/+6 |
* | | Use the correct mountpoint to calculate | Roeland Jago Douma | 2020-07-09 | 1 | -1/+8 |
|/ |
|
* | Fix regression in return value of OC_Util::checkDataDirectoryPermissions due ... | Morris Jobke | 2020-07-09 | 1 | -2/+2 |
* | Merge pull request #21761 from nextcloud/fix/permission_check_translation | Roeland Jago Douma | 2020-07-09 | 1 | -7/+5 |
|\ |
|
| * | Kill another unneeded translation | Roeland Jago Douma | 2020-07-08 | 1 | -7/+5 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-09 | 126 | -126/+128 |
|/ |
|
* | Merge pull request #21758 from nextcloud/fix/routes/defaults | Roeland Jago Douma | 2020-07-08 | 1 | -6/+10 |
|\ |
|
| * | Fix supporting defaults for routes | Roeland Jago Douma | 2020-07-08 | 1 | -6/+10 |
* | | Only translate if we need the string | Roeland Jago Douma | 2020-07-08 | 1 | -2/+1 |
|/ |
|
* | Merge pull request #21643 from nextcloud/enh/no_routeactionhadler_inits | Roeland Jago Douma | 2020-07-08 | 2 | -16/+23 |
|\ |
|
| * | Do not create a RouteActionHandler object for each route | Roeland Jago Douma | 2020-07-07 | 2 | -16/+23 |
* | | Merge pull request #21739 from nextcloud/techdebt/14552/migrate-OC-initSession | Morris Jobke | 2020-07-08 | 1 | -8/+2 |
|\ \ |
|
| * | | Remove hook for initSession | Morris Jobke | 2020-07-07 | 1 | -8/+2 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-08 | 2 | -0/+8 |
| |/
|/| |
|
* | | Merge pull request #21676 from J0WI/fix-chmod-on-fd | Morris Jobke | 2020-07-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix chmod on file descriptor | J0WI | 2020-07-03 | 1 | -1/+1 |
* | | Merge pull request #21714 from nextcloud/td/remove/getAppFolder | Morris Jobke | 2020-07-06 | 2 | -26/+0 |
|\ \ |
|
| * | | Remove old deprecated getAppFolder | Roeland Jago Douma | 2020-07-06 | 2 | -26/+0 |
* | | | Update SecurityMiddleware.php | Holger Hees | 2020-07-06 | 1 | -1/+1 |
|/ / |
|