summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove public interface that was only needed for testingMorris Jobke2019-02-072-10/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add since labelsMorris Jobke2019-02-071-0/+13
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Switch guest avatars to PNGMichael Weimann2019-02-073-3/+3
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Implement guest avatar endpointMichael Weimann2019-02-0725-260/+1130
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Merge pull request #14078 from nextcloud/backport/14076/masterMorris Jobke2019-02-071-0/+11
|\ | | | | [master] Make external storages browsable again in the web UI
| * Reintroduce status check for external storagesMorris Jobke2019-02-071-0/+11
|/ | | | | | Fixes #14022 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2019-02-0640-12/+180
|
* Merge pull request #12573 from nextcloud/fix/12568/special_handling_of_logoutMorris Jobke2019-02-066-1/+108
|\ | | | | Do not do redirect handling when loggin out
| * Do not do redirect handling when loggin outRoeland Jago Douma2019-02-066-1/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12568 Since the clearing of the execution context causes another reload. We should not do the redirect_uri handling as this results in redirecting back to the logout page on login. This adds a simple middleware that will just check if the ClearExecutionContext session variable is set. If that is the case it will just redirect back to the login page. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-02-06446-2150/+2814
| |
* | Merge pull request #14057 from nextcloud/bugfix/noid/translation-sync-failuresMorris Jobke2019-02-061-8/+9
|\ \ | | | | | | Ignore compiled assets in settings/
| * | Ignore compiled assetsMorris Jobke2019-02-061-8/+9
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #14008 from nextcloud/3rdpart/phpseclib-2.0.14Roeland Jago Douma2019-02-061-0/+0
|\ \ \ | |/ / |/| | [3rdparty] Bump phpseclib to 2.0.14
| * | [3rdparty] Bump phpseclib to 2.0.14Roeland Jago Douma2019-02-051-0/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #14053 from nextcloud/fix/jstz_is_bundledMorris Jobke2019-02-062-3/+0
|\ \ \ | | | | | | | | Do not load bundled jstimezonedetect
| * | | Do not load bundled jstimezonedetectRoeland Jago Douma2019-02-062-3/+0
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #14049 from ↵Roeland Jago Douma2019-02-062-50/+64
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/webpack-4.29.1 Bump webpack from 4.29.0 to 4.29.1 in /settings
| * | | Bump webpack from 4.29.0 to 4.29.1 in /settingsdependabot[bot]2019-02-052-50/+64
| | |/ | |/| | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.29.0 to 4.29.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.29.0...v4.29.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #14047 from nextcloud/dependabot/npm_and_yarn/webpack-4.29.1Roeland Jago Douma2019-02-062-50/+64
|\ \ \ | | | | | | | | Bump webpack from 4.29.0 to 4.29.1
| * | | Bump webpack from 4.29.0 to 4.29.1dependabot[bot]2019-02-052-50/+64
| |/ / | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.29.0 to 4.29.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.29.0...v4.29.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #14046 from ↵Roeland Jago Douma2019-02-062-50/+64
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.29.1 Bump webpack from 4.29.0 to 4.29.1 in /apps/updatenotification
| * | | Bump webpack from 4.29.0 to 4.29.1 in /apps/updatenotificationdependabot[bot]2019-02-052-50/+64
| |/ / | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.29.0 to 4.29.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.29.0...v4.29.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #14044 from ↵Roeland Jago Douma2019-02-063-51/+65
|\ \ \ | |/ / |/| | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.29.1 Bump webpack from 4.29.0 to 4.29.1 in /apps/accessibility
| * | Bump webpack from 4.29.0 to 4.29.1 in /apps/accessibilitydependabot[bot]2019-02-053-51/+65
|/ / | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.29.0 to 4.29.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.29.0...v4.29.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14042 from ↵Roeland Jago Douma2019-02-052-25/+11
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-cli-3.2.3 Bump webpack-cli from 3.2.1 to 3.2.3 in /apps/updatenotification
| * | Bump webpack-cli from 3.2.1 to 3.2.3 in /apps/updatenotificationdependabot[bot]2019-02-052-25/+11
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.2.1 to 3.2.3. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #14048 from ↵Roeland Jago Douma2019-02-052-25/+11
|\ \ \ | |/ / |/| | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/webpack-cli-3.2.3 Bump webpack-cli from 3.2.1 to 3.2.3 in /settings
| * | Bump webpack-cli from 3.2.1 to 3.2.3 in /settingsdependabot[bot]2019-02-052-25/+11
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.2.1 to 3.2.3. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #14045 from ↵Roeland Jago Douma2019-02-052-30/+16
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/webpack-cli-3.2.3 Bump webpack-cli from 3.2.1 to 3.2.3
| * | | Bump webpack-cli from 3.2.1 to 3.2.3dependabot[bot]2019-02-052-30/+16
| |/ / | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.2.1 to 3.2.3. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #14039 from ↵Roeland Jago Douma2019-02-052-25/+11
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-cli-3.2.3 Bump webpack-cli from 3.2.1 to 3.2.3 in /apps/oauth2
| * | | Bump webpack-cli from 3.2.1 to 3.2.3 in /apps/oauth2dependabot[bot]2019-02-052-25/+11
| |/ / | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.2.1 to 3.2.3. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #14038 from ↵Roeland Jago Douma2019-02-052-25/+11
|\ \ \ | |/ / |/| | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-cli-3.2.3 Bump webpack-cli from 3.2.1 to 3.2.3 in /apps/accessibility
| * | Bump webpack-cli from 3.2.1 to 3.2.3 in /apps/accessibilitydependabot[bot]2019-02-052-25/+11
|/ / | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.2.1 to 3.2.3. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #14030 from nextcloud/fix/oc_addstyleMorris Jobke2019-02-051-2/+0
|\ \ | | | | | | Fix OC.addStyle and OC.addScript
| * | Fix OC.addStyle and OC.addScriptRoeland Jago Douma2019-02-051-2/+0
|/ / | | | | | | | | | | | | With the move to the bundles a comment tag was not removed. So the loaded array was undefined. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #13954 from ↵Roeland Jago Douma2019-02-051-2/+5
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/show-original-location-in-trashbin Show original path in trashbin
| * | Show original path in trashbin via extraDataMorris Jobke2019-02-051-2/+5
| |/ | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14024 from nextcloud/fix/installationRoeland Jago Douma2019-02-053-4/+4
|\ \ | | | | | | It is getURLParameter not getUrlParameter
| * | It is getURLParameter not getUrlParameterRoeland Jago Douma2019-02-053-4/+4
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14015 from nextcloud/fix/no_need_to_load_bundle_depsMorris Jobke2019-02-054-4/+0
|\ \ | |/ |/| No need to explicitly load bundle dependencies
| * No need to explicitly load bundle dependenciesRoeland Jago Douma2019-02-044-4/+0
|/ | | | | | oc-webdav-backbone is loaded by default Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #14006 from nextcloud/enh/contactsmenu_templates_to_bundleRoeland Jago Douma2019-02-0416-167/+100
|\ | | | | Move contactmenu handlebars templates to bundle
| * Remove from build fileRoeland Jago Douma2019-02-041-3/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Move the contactsmenu handlebars templates to the bundleRoeland Jago Douma2019-02-0415-164/+100
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #13877 from IGLOU-EU/masterRoeland Jago Douma2019-02-041-0/+6
|\ | | | | SCSS: add background on app section:hover
| * inadvertent error prevention on .rowIglou.eu2019-02-011-0/+3
| | | | | | Add a 5px border on .row settings section
| * add background on app hover sectionIglou.eu2019-01-281-0/+3
| | | | | | Avoid click on bad app, focus attention
* | Merge pull request #13989 from ↵Roeland Jago Douma2019-02-044-8/+8
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-1.16.4 Bump css-vars-ponyfill from 1.16.3 to 1.16.4
| * | Bump css-vars-ponyfill from 1.16.3 to 1.16.4dependabot[bot]2019-02-034-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 1.16.3 to 1.16.4. - [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases) - [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v1.16.3...v1.16.4) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>