summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Better event description for BeforeTemplateRenderedEvent in files and ↵Morris Jobke2020-07-152-2/+20
| | | | | | files_sharing Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #21815 from ↵Morris Jobke2020-07-157-24/+138
|\ | | | | | | | | nextcloud/enh/noid/sharing-additional-scripts-event Add LoadAdditionalScriptsEvent for files_sharing
| * Add BeforeTemplateRenderedEvent for files_sharingJulius Härtl2020-07-157-24/+138
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #21822 from nextcloud/enh/events/additionalscriptsMorris Jobke2020-07-156-14/+125
|\ \ | | | | | | Add real events to load additionalscripts
| * | Add real events to load additionalscriptsRoeland Jago Douma2020-07-156-14/+125
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #21843 from ↵Morris Jobke2020-07-151-8/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/debt/noid/less-verbose-translation-checker Make translation-checker.php less verbose
| * | | Make translation-checker.php less verbose.Daniel Kesselberg2020-07-151-8/+5
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #21844 from ↵Morris Jobke2020-07-151-6/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | bladewing/bladewing-harden-against-mimetype-mismatch Avoid substr() error when strpos returns false
| * | | | Extra white space to follow other ifslui87kw2020-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: lui87kw <lukas.ifflaender@uni-wuerzburg.de>
| * | | | Avoid substr() error when strpos returns falsebladewing2020-07-151-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Exception: substr() expects parameter 3 to be int, bool given" can occur on Line 378 $mimePart = substr($icon, 0, strpos($icon, '-')); This happens, when '-' is not found and strpos returns false instead of an int. When this occurs, e.g., Activity hangs. Signed-off-by: lui87kw <lukas.ifflaender@uni-wuerzburg.de>
* | | | | Merge pull request #21728 from nextcloud/bugfix/noid/s3-external-mtime-cacheMorris Jobke2020-07-151-0/+6
|\ \ \ \ \ | | | | | | | | | | | | Reuse cache for directory mtime/size if filesystem changes can be ignored
| * | | | | Reuse cache for directory mtime/size if filesystem changes can be ignoredJulius Härtl2020-07-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #21837 from nextcloud/enh/noid/also-show-cs-diffMorris Jobke2020-07-151-1/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Run cs:check a second time to show diff
| * | | | | | Run cs:check a second time to show diffDaniel Kesselberg2020-07-151-1/+4
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #21848 from ↵Morris Jobke2020-07-152-0/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/deprecate-internal-symfony-dispatcher-adapter Deprecate the internal Symfony dispatcher adapter
| * | | | | | Deprecate the internal Symfony dispatcher adapterChristoph Wurst2020-07-152-0/+17
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This type is not known on the public API, yet we should make sure that any usage of this class is noticed and migrated as soon as possible. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #21849 from nextcloud/fix/noid/integration-testsMorris Jobke2020-07-151-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix integration test due to new dashboard app
| * | | | | Fix integration test due to new dashboard appMorris Jobke2020-07-151-0/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | See #21346 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #21720 from nextcloud/search-min-length-feedbackRoeland Jago Douma2020-07-151-1/+6
|\ \ \ \ \ | | | | | | | | | | | | provide feedback about minimum length needed to trigger search
| * | | | | provide feedback about minimum length needed to trigger searchRobin Appelman2020-07-151-1/+6
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | instead of telling users that there are no results, tell them that search hasn't been triggered yet Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #21346 from nextcloud/enh/20930/dashboardRoeland Jago Douma2020-07-1532-0/+743
|\ \ \ \ \ | | | | | | | | | | | | Dashboard API
| * | | | | Bump bundlesJulius Härtl2020-07-152-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Include name in translatable greetingJulius Härtl2020-07-151-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Dashboard strict typingJulius Härtl2020-07-156-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Load more than one panelJulius Härtl2020-07-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Add load method for apps to bootstrap their panelsJulius Härtl2020-07-152-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Update Dashboard app iconJan-Christoph Borchardt2020-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | 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 #21683 from ↵Roeland Jago Douma2020-07-158-93/+92
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/plugin-proposal-class-properties-7.10.4 Bump @babel/plugin-proposal-class-properties from 7.10.1 to 7.10.4
| * | | | | Bump @babel/plugin-proposal-class-properties from 7.10.1 to 7.10.4dependabot-preview[bot]2020-07-158-93/+92
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.10.1 to 7.10.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.4/packages/babel-plugin-proposal-class-properties) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | 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