summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4077 from nextcloud/better-navigation-managementMorris Jobke2017-03-2612-250/+279
|\ | | | | Register the app management in the normal way
| * Allow to specify the idJoas Schilling2017-03-261-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Make sure help is always after usersJoas Schilling2017-03-261-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix order as @jancborchardt requestedMorris Jobke2017-03-261-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Fix the testsJoas Schilling2017-03-261-1/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Don't use the dropdown for one item onlyJoas Schilling2017-03-262-3/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Allow multiple navigation links from info.xmlJoas Schilling2017-03-264-91/+119
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Allow apps to register a setting via info.xmlJoas Schilling2017-03-261-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Move app management to the settings menuJoas Schilling2017-03-264-33/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Manage the right side menu via the navigation manager as wellJoas Schilling2017-03-265-110/+145
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Register the app management in the normal wayJoas Schilling2017-03-264-43/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #4068 from nextcloud/use-eval-instead-of-get-scriptMorris Jobke2017-03-261-9/+14
|\ \ | | | | | | Use eval instead of $.script
| * | Cleanup code as suggested by @icewind1991Lukas Reschke2017-03-261-16/+8
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Make asyncLukas Reschke2017-03-261-4/+2
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Fix callbackLukas Reschke2017-03-261-1/+1
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Use eval instead of $.scriptLukas Reschke2017-03-261-8/+23
| | | | | | | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/4067 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #4065 from nextcloud/bump_scssMorris Jobke2017-03-261-0/+0
|\ \ \ | | | | | | | | [3rdparty] Bump SCSSphp
| * | | [3rdparty] Bump SCSSphpRoeland Jago Douma2017-03-261-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #4075 from nextcloud/search-hover-feedbackLukas Reschke2017-03-261-1/+5
|\ \ \ \ | | | | | | | | | | add hover feedback for search, and opacity on use
| * | | | add hover feedback for search, and opacity on useJan-Christoph Borchardt2017-03-261-1/+5
| | |/ / | |/| | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #4074 from nextcloud/replace-name-with-iconMorris Jobke2017-03-265-34/+21
|\ \ \ \ | | | | | | | | | | replace name in top right with icon for less noise
| * | | | replace name in top right with icon for less noiseJan-Christoph Borchardt2017-03-265-34/+21
| |/ / / | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #4069 from nextcloud/fix-emptycontent-font-colorMorris Jobke2017-03-261-1/+1
|\ \ \ \ | |_|_|/ |/| | | fix emptycontent font color lightness
| * | | fix emptycontent font color lightnessJan-Christoph Borchardt2017-03-261-1/+1
| |/ / | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #4063 from nextcloud/bump_dompurifyChristoph Wurst2017-03-263-8/+7
|\ \ \ | |/ / |/| | Bump dompurify
| * | Update bundled core.jsRoeland Jago Douma2017-03-261-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | [js] Bump DOMPurifyRoeland Jago Douma2017-03-262-7/+6
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #3895 from ↵Roeland Jago Douma2017-03-265-52/+158
|\ \ | |/ |/| | | | | nextcloud/create-notification-when-update-server-not-reachable Create a notification when the update server couldn't be reached for …
| * Fix unit testJoas Schilling2017-03-261-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Also remove failure notification if no update is availableMorris Jobke2017-03-261-2/+4
| | | | | | | | | | | | | | * error happened and vanished the notification should also vanish even if no update is available Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Create a notification when the update server couldn't be reached for some daysJoas Schilling2017-03-265-51/+155
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #4053 from nextcloud/bump-zxcvbnMorris Jobke2017-03-262-8/+7
|\ | | | | [3rdparty] Bump zxcvbn
| * [3rdparty] Bump zxcvbnRoeland Jago Douma2017-03-252-8/+7
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-03-2634-24/+76
|/
* Merge pull request #4049 from nextcloud/fix-installation-againRoeland Jago Douma2017-03-252-29/+206
|\ | | | | Don't run JSCombiner when not installed
| * Don't run JSCombiner when not installedLukas Reschke2017-03-252-29/+206
|/ | | | | | When the instance is not installed don't run the JSCombiner as the appdata folder does not yet exist. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2017-03-2550-86/+494
|
* Merge pull request #4037 from nextcloud/downstream-27421Morris Jobke2017-03-241-6/+7
|\ | | | | Use authType BASIC for Sabre client in integration tests
| * Use authType BASIC for Sabre client in integration testsVincent Petry2017-03-241-6/+7
| | | | | | | | | | | | | | | | | | | | | | This helps massively reduce the numerous useless 401 exceptions that appears in the test log. These appear only because Sabre first connects without any auth type to receive the challenge and then sends the authentication data. With this change it will directly use basic auth. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4043 from nextcloud/merge-js-for-template-prependMorris Jobke2017-03-242-23/+21
|\ \ | | | | | | Merge JS for template prepend
| * | Merge JS for template prependLukas Reschke2017-03-242-23/+21
| | | | | | | | | | | | | | | | | | Shaves off 14 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #4044 from nextcloud/merge-login-jsMorris Jobke2017-03-242-5/+6
|\ \ \ | | | | | | | | Merge login JS
| * | | Merge login JSLukas Reschke2017-03-242-5/+6
|/ / / | | | | | | | | | | | | | | | Removes 2 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #4041 from nextcloud/merge-systemtags-jsLukas Reschke2017-03-243-9/+15
|\ \ \ | | | | | | | | Merge systemtags JS
| * | | Merge systemtags JSLukas Reschke2017-03-243-9/+15
| | |/ | |/| | | | | | | | | | | | | Shaves off 7 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #4040 from nextcloud/merge-js-for-versionsLukas Reschke2017-03-242-4/+7
|\ \ \ | | | | | | | | Merge JS for files_versions
| * | | Merge JS for files_versionsLukas Reschke2017-03-242-4/+7
| |/ / | | | | | | | | | | | | | | | Shaves off 3 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #4042 from nextcloud/merge-js-forsharing-codeLukas Reschke2017-03-242-9/+13
|\ \ \ | |_|/ |/| | Merge sharing backend JS
| * | Merge sharing backend JSLukas Reschke2017-03-242-9/+13
| |/ | | | | | | | | | | Removes 8 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #4038 from nextcloud/merge-js-for-fileviewMorris Jobke2017-03-242-30/+30
|\ \ | | | | | | Merge file view JS files