summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup public api methodsJulius Härtl2020-07-155-25/+17
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Initialize panels early to make sure that scripts can be loadedJulius Härtl2020-07-151-10/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Deprecate panel register event right away but keep it for not breaking ↵Julius Härtl2020-07-151-0/+6
| | | | | | backward compatible apps Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move to lazy panel registration during registration contextJulius Härtl2020-07-157-1/+119
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update autoloaderJulius Härtl2020-07-152-2/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Separate icon from translatable textJulius Härtl2020-07-152-32/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix Dashboard layout, positioning and responsivenessJan-Christoph Borchardt2020-07-151-14/+20
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Modify dashboard welcome sentencesJan-Christoph Borchardt2020-07-151-2/+5
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add dashboard appJulius Härtl2020-07-1511-0/+308
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Deprecate old dashboard APIJulius Härtl2020-07-159-0/+79
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add new dashboard public APIJulius Härtl2020-07-157-0/+218
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #21829 from nextcloud/bugfix/noid/fix-login-form-erorsRoeland Jago Douma2020-07-1511-14/+27
|\ | | | | Fix login form erors
| * RebuildJoas Schilling2020-07-1510-10/+10
| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * Use generateUrl and imagePath instead of OC.*Joas Schilling2020-07-141-3/+16
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use space instead of tab inside translationJoas Schilling2020-07-141-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #21839 from nextcloud/debt/noid/move-since-check-to-checkersMorris Jobke2020-07-152-3/+2
|\ \ | | | | | | Move since check to checkers
| * | Move check for missing since tag to autotest-checkers.shDaniel Kesselberg2020-07-142-3/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-07-1512-256/+286
| | |
* | | Merge pull request #21838 from nextcloud/enh/dav/do_not_log_invalid_rangeMorris Jobke2020-07-141-0/+3
|\ \ \ | | | | | | | | Do not log RequestedRangeNotSatisfiable exceptions in DAV
| * | | Do not log RequestedRangeNotSatisfiable exceptions in DAVRoeland Jago Douma2020-07-141-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #21816 from ↵Morris Jobke2020-07-1414-194/+98
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/techdebt/noid/federatedfilesharing-to-ibootstrap Use IBootstrap for the app federatedfilesharing
| * | | Use IBootstrap for the app federatedfilesharingMorris Jobke2020-07-1414-194/+98
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #21825 from nextcloud/fix/appframework/servicesMorris Jobke2020-07-143-20/+30
|\ \ \ \ | | | | | | | | | | Fix AppFramework services
| * | | | Fix AppFramework servicesRoeland Jago Douma2020-07-143-20/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * We can't just register an alias as the services need the appId to be injected. if we just register an alias this blows up since the main container doesn't have the appId. * Moved the Authtokens over to show the PoC works Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #21812 from ↵Morris Jobke2020-07-142-5/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/app-bootstrap-without-app.php Do not load app.php if Application implements IBootstrap
| * | | | | Do not load app.php if Application implements IBootstrapMorris Jobke2020-07-142-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #21833 from nextcloud/docfix/noid/irequest_getHeaderRoeland Jago Douma2020-07-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix PHPDoc of IRequest::getHeader
| * | | | | | Fix PHPDoc of IRequest::getHeaderGeorg Ehrke2020-07-141-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | Merge pull request #21828 from ↵Morris Jobke2020-07-144-58/+38
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | nextcloud/enhancement/lazy-bootstrap-registration-delegation Delegate bootstrap registration lazily
| * | | | | Delegate bootstrap registration lazilyChristoph Wurst2020-07-144-58/+38
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Keep the registration context * Expose the context object for other components * Ensure registration is only run once Search providers are migrated for demonstration. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #21832 from nextcloud/bugfix/noid/source-maps-prodMorris Jobke2020-07-1469-68/+105
|\ \ \ \ \ | | | | | | | | | | | | Build source maps on production build again
| * | | | | Compile assetsnpmbuildbot[bot]2020-07-1468-68/+104
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | | | | Build source maps on production build againJulius Härtl2020-07-141-0/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #21827 from nextcloud/fix/psr3-logger-exceptionChristoph Wurst2020-07-141-9/+106
|\ \ \ \ \ | |/ / / / |/| | | | Make the PSR-3 adapter exception-aware
| * | | | Make the PSR-3 adapter exception-awareChristoph Wurst2020-07-141-9/+106
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #21824 from nextcloud/techdebt/noid/bootstrap-user_ldapMorris Jobke2020-07-142-72/+57
|\ \ \ \ \ | |/ / / / |/| | | | Use IBootstrap for the app user_ldap
| * | | | Use IBootstrap for the app user_ldapMorris Jobke2020-07-142-72/+57
| |/ / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #21357 from nextcloud/feature/21265/personal-share-notesRoeland Jago Douma2020-07-145-6/+76
|\ \ \ \ | | | | | | | | | | Add Editing for Link Share Labels
| * | | | Add user input for link share labelsGary Kim2020-07-145-6/+76
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | | Merge pull request #21791 from nextcloud/bug/21790/update-guzzleRoeland Jago Douma2020-07-141-0/+0
|\ \ \ \ | |_|/ / |/| | | Add Guzzle's InvalidArgumentException
| * | | Add Guzzle's InvalidArgumentExceptionDaniel Kesselberg2020-07-141-0/+0
| |/ / | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* / / [tx-robot] updated from transifexNextcloud bot2020-07-1414-0/+46
|/ /
* | Merge pull request #21813 from nextcloud/enh/noid/report-code-style-to-githubMorris Jobke2020-07-131-1/+2
|\ \ | | | | | | Report php-cs-fixer errors to GitHub
| * | Report php-cs-fixer errors to GitHubDaniel Kesselberg2020-07-131-1/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #21820 from ↵Morris Jobke2020-07-1315-29/+37
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/ldap-do-not-use-custom-DI-names Do not use custom DI object names for user_ldap
| * | | Do not use custom DI object names for user_ldapMorris Jobke2020-07-1315-29/+37
| | |/ | |/| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #21819 from ↵Morris Jobke2020-07-132-40/+13
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/updatenotification-bootstrap Use IBootstrap for the app updatenotification
| * | | Use IBootstrap for the app updatenotificationMorris Jobke2020-07-132-40/+13
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #21785 from ↵Morris Jobke2020-07-1323-83/+83
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/remove-classmap-in-files_external Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH us…
| * | | Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in ↵Morris Jobke2020-07-1023-83/+83
| | | | | | | | | | | | | | | | | | | | | | | | files_external Signed-off-by: Morris Jobke <hey@morrisjobke.de>