summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1648 from nextcloud/bump_moment_jsRoeland Jago Douma2016-10-072-8/+9
|\ | | | | Bump moment.js
| * Bump moment.jsRoeland Jago Douma2016-10-072-8/+9
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #1651 from nextcloud/fix_bower_strengthifyLukas Reschke2016-10-072-3/+5
|\ \ | | | | | | Fix bower.json for strengthify
| * | Fix bower.json for strengthifyRoeland Jago Douma2016-10-072-3/+5
| |/ | | | | | | | | | | Bower.json was still bound to the old version. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #1644 from nextcloud/apple-web-titleMorris Jobke2016-10-071-1/+1
|\ \ | |/ |/| Set proper web title for apple
| * Use name from themingJoas Schilling2016-10-071-1/+1
| |
| * Set proper web title for appleRoeland Jago Douma2016-10-061-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-10-0710-4/+10
|/
* Merge pull request #1629 from nextcloud/cleanup-settings-applicationJoas Schilling2016-10-061-2/+0
|\ | | | | Cleanup settings Application class
| * Clean up core/Application a bit moreJoas Schilling2016-10-051-2/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1453 from nextcloud/do-not-reload-if-connection-lostMorris Jobke2016-10-062-2/+29
|\ \ | | | | | | do not reload the page if the server is (temporarily) unreachable
| * | do not reload the page if the server is (temporarily) unreachableChristoph Wurst2016-10-032-2/+29
| | |
* | | Merge pull request #1229 from nextcloud/bugfix/change-password-changesMorris Jobke2016-10-061-2/+3
|\ \ \ | |_|/ |/| | Bugfix/change password changes
| * | Removes tipsy when password verification is going onRaghu Nayyar2016-09-171-2/+3
| | |
* | | Add icons to activity navigationJoas Schilling2016-10-053-0/+9
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2016-10-0510-0/+10
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-10-0464-68/+68
| | |
* | | fix sharing icon's alignment and add padding to the unshare iconChristoph Wurst2016-10-031-1/+1
| | |
* | | Move options to the rightRoeland Jago Douma2016-10-032-3/+11
| | |
* | | can share => can reshareRoeland Jago Douma2016-10-031-1/+1
| | |
* | | Make can edit checkbox work for file sharesRoeland Jago Douma2016-10-032-12/+22
| | |
* | | move unshare button out of popover menu; keep menu opened on re-renderChristoph Wurst2016-10-032-9/+15
| | |
* | | move sharing options into popover menuChristoph Wurst2016-10-031-45/+71
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2016-10-034-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2016-10-024-74/+76
| |
* | Merge pull request #1578 from nextcloud/use-more-magic-diLukas Reschke2016-10-015-224/+21
|\ \ | | | | | | Use magic DI for core controllers
| * | Remove unused endpointJoas Schilling2016-09-303-107/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Use magic DI for core controllersJoas Schilling2016-09-304-122/+26
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2016-10-012-18/+18
|/ /
* | [tx-robot] updated from transifexNextcloud bot2016-09-304-6/+68
| |
* | Autocomplete for l10n:* and twofactorauth:*Joas Schilling2016-09-294-11/+99
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add autocomplete for db:* and log:*Joas Schilling2016-09-295-9/+120
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add autocomplete for config:*Joas Schilling2016-09-2911-7/+185
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Full support for autocomplete of app:*Joas Schilling2016-09-295-3/+117
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Register the auto completion basicJoas Schilling2016-09-292-1/+22
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1534 from nextcloud/svg-optimizationLukas Reschke2016-09-28134-724/+134
|\ \ | | | | | | Svgo optimization
| * | Svgo optimizationskjnldsv2016-09-27134-724/+134
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* | | Merge pull request #1512 from nextcloud/share-alttextMorris Jobke2016-09-281-1/+1
|\ \ \ | | | | | | | | Display "Share" alt text for share action icon (#26158)
| * | | Display "Share" alt text for share action icon (#26158)Vincent Petry2016-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26158 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #1549 from nextcloud/kill-update-simulationMorris Jobke2016-09-281-28/+3
|\ \ \ \ | | | | | | | | | | Kill update simulation
| * | | | Remove unused and undefined use statementLukas Reschke2016-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Kill update simulationVincent Petry2016-09-271-27/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / | | [tx-robot] updated from transifexNextcloud bot2016-09-286-2/+22
|/ / /
* / / [tx-robot] updated from transifexNextcloud bot2016-09-272-2/+74
|/ /
* | [tx-robot] updated from transifexNextcloud bot2016-09-262-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-252-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-242-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-232-22/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-224-4/+168
| |
* | Merge pull request #1480 from nextcloud/icon-more-whiteJulius Härtl2016-09-212-0/+8
|\ \ | | | | | | add icon-more-white