Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Manage the right side menu via the navigation manager as well | Joas Schilling | 2017-03-26 | 5 | -110/+145 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Register the app management in the normal way | Joas Schilling | 2017-03-26 | 4 | -43/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #4063 from nextcloud/bump_dompurify | Christoph Wurst | 2017-03-26 | 3 | -8/+7 |
|\ | | | | | Bump dompurify | ||||
| * | Update bundled core.js | Roeland Jago Douma | 2017-03-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | [js] Bump DOMPurify | Roeland Jago Douma | 2017-03-26 | 2 | -7/+6 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #3895 from ↵ | Roeland Jago Douma | 2017-03-26 | 5 | -52/+158 |
|\ \ | |/ |/| | | | | | nextcloud/create-notification-when-update-server-not-reachable Create a notification when the update server couldn't be reached for … | ||||
| * | Fix unit test | Joas Schilling | 2017-03-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Also remove failure notification if no update is available | Morris Jobke | 2017-03-26 | 1 | -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 days | Joas Schilling | 2017-03-26 | 5 | -51/+155 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #4053 from nextcloud/bump-zxcvbn | Morris Jobke | 2017-03-26 | 2 | -8/+7 |
|\ | | | | | [3rdparty] Bump zxcvbn | ||||
| * | [3rdparty] Bump zxcvbn | Roeland Jago Douma | 2017-03-25 | 2 | -8/+7 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-26 | 34 | -24/+76 |
|/ | |||||
* | Merge pull request #4049 from nextcloud/fix-installation-again | Roeland Jago Douma | 2017-03-25 | 2 | -29/+206 |
|\ | | | | | Don't run JSCombiner when not installed | ||||
| * | Don't run JSCombiner when not installed | Lukas Reschke | 2017-03-25 | 2 | -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 transifex | Nextcloud bot | 2017-03-25 | 50 | -86/+494 |
| | |||||
* | Merge pull request #4037 from nextcloud/downstream-27421 | Morris Jobke | 2017-03-24 | 1 | -6/+7 |
|\ | | | | | Use authType BASIC for Sabre client in integration tests | ||||
| * | Use authType BASIC for Sabre client in integration tests | Vincent Petry | 2017-03-24 | 1 | -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-prepend | Morris Jobke | 2017-03-24 | 2 | -23/+21 |
|\ \ | | | | | | | Merge JS for template prepend | ||||
| * | | Merge JS for template prepend | Lukas Reschke | 2017-03-24 | 2 | -23/+21 |
| | | | | | | | | | | | | | | | | | | Shaves off 14 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Merge pull request #4044 from nextcloud/merge-login-js | Morris Jobke | 2017-03-24 | 2 | -5/+6 |
|\ \ \ | | | | | | | | | Merge login JS | ||||
| * | | | Merge login JS | Lukas Reschke | 2017-03-24 | 2 | -5/+6 |
|/ / / | | | | | | | | | | | | | | | | Removes 2 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Merge pull request #4041 from nextcloud/merge-systemtags-js | Lukas Reschke | 2017-03-24 | 3 | -9/+15 |
|\ \ \ | | | | | | | | | Merge systemtags JS | ||||
| * | | | Merge systemtags JS | Lukas Reschke | 2017-03-24 | 3 | -9/+15 |
| | |/ | |/| | | | | | | | | | | | | | Shaves off 7 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Merge pull request #4040 from nextcloud/merge-js-for-versions | Lukas Reschke | 2017-03-24 | 2 | -4/+7 |
|\ \ \ | | | | | | | | | Merge JS for files_versions | ||||
| * | | | Merge JS for files_versions | Lukas Reschke | 2017-03-24 | 2 | -4/+7 |
| |/ / | | | | | | | | | | | | | | | | Shaves off 3 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Merge pull request #4042 from nextcloud/merge-js-forsharing-code | Lukas Reschke | 2017-03-24 | 2 | -9/+13 |
|\ \ \ | |_|/ |/| | | Merge sharing backend JS | ||||
| * | | Merge sharing backend JS | Lukas Reschke | 2017-03-24 | 2 | -9/+13 |
| |/ | | | | | | | | | | | Removes 8 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #4038 from nextcloud/merge-js-for-fileview | Morris Jobke | 2017-03-24 | 2 | -30/+30 |
|\ \ | | | | | | | Merge file view JS files | ||||
| * | | Merge file view JS files | Lukas Reschke | 2017-03-24 | 2 | -30/+30 |
| |/ | | | | | | | | | | | Removes 26 requests on the file list loading Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #4039 from nextcloud/merge-js-for-comments | Morris Jobke | 2017-03-24 | 2 | -7/+10 |
|\ \ | |/ |/| | Merge JS for comments | ||||
| * | Merge JS for comments | Lukas Reschke | 2017-03-24 | 2 | -7/+10 |
|/ | | | | | | Shaves off 6 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #3988 from nextcloud/jscombiner | Lukas Reschke | 2017-03-24 | 15 | -5/+727 |
|\ | | | | | [PoC] JS Combiner | ||||
| * | Update autoloader | Roeland Jago Douma | 2017-03-24 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Tests | Roeland Jago Douma | 2017-03-24 | 5 | -0/+384 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Add return | Roeland Jago Douma | 2017-03-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Add debug mode | Roeland Jago Douma | 2017-03-24 | 3 | -2/+41 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Add caching | Roeland Jago Douma | 2017-03-24 | 2 | -7/+44 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Combine additional files_sharing scripts | Roeland Jago Douma | 2017-03-24 | 2 | -3/+6 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | [PoC] JS Combiner | Roeland Jago Douma | 2017-03-24 | 6 | -2/+257 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #4021 from nextcloud/update-dependencies | Morris Jobke | 2017-03-24 | 1 | -0/+0 |
|\ \ | | | | | | | Update dependencies | ||||
| * | | Update dependencies | Morris Jobke | 2017-03-24 | 1 | -0/+0 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #3825 from nextcloud/federation-fixes | Björn Schießle | 2017-03-24 | 6 | -65/+121 |
|\ \ \ | |_|/ |/| | | create correct VCard and return correct error codes | ||||
| * | | fix tests | Bjoern Schiessle | 2017-03-24 | 2 | -8/+28 |
| | | | | | | | | | | | | | | | | | | calling getAbsoluteBundlePath() in the constructor makes other tests fail Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | | Load cert file before syncing addressbooks and contacts | Joas Schilling | 2017-03-24 | 1 | -16/+31 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | use right format for avatars | Bjoern Schiessle | 2017-03-24 | 2 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | | don't add empty values to the vcard | Bjoern Schiessle | 2017-03-24 | 3 | -40/+56 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | | only execute code if exception was thrown by the corresponding controller | Bjoern Schiessle | 2017-03-24 | 2 | -3/+7 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | | fix the way we create a new vcard to avoid to have multiple UIDs | Bjoern Schiessle | 2017-03-24 | 1 | -1/+2 |
|/ / | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Merge pull request #4010 from nextcloud/fac-58-mimetype-on-creating-directories | Joas Schilling | 2017-03-24 | 1 | -0/+6 |
|\ \ | | | | | | | Fix workflow engine mimetype detection when creating a directory | ||||
| * | | Fix workflow engine mimetype detection when creating a directory | Joas Schilling | 2017-03-23 | 1 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |