summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * add icon-more-whiteJan-Christoph Borchardt2016-09-212-0/+8
| |
* | fix sidebar tab headers marginJan-Christoph Borchardt2016-09-211-0/+1
|/
* Merge pull request #1469 from nextcloud/hide-empty-tag-inputJan-Christoph Borchardt2016-09-212-0/+9
|\ | | | | Hide collaborative tag input when empty
| * Add viewbox to iconsJoas Schilling2016-09-201-1/+1
| |
| * Add a handle for the tags labelJoas Schilling2016-09-202-0/+9
| |
* | Fix the font in the select2 placeholdersJoas Schilling2016-09-201-0/+4
| |
* | add proper classes for white audio and video iconsJan-Christoph Borchardt2016-09-201-0/+6
| |
* | Merge pull request #1451 from nextcloud/icons-audio-videoMorris Jobke2016-09-205-0/+24
|\ \ | | | | | | add audio and video icons
| * | add audio and video iconsJan-Christoph Borchardt2016-09-195-0/+24
| | |
* | | Merge pull request #1430 from longsleep/fixup-getURLParameterLukas Reschke2016-09-191-3/+4
|\ \ \ | |_|/ |/| | Fixup getURLParameter 'null' return and encoding support
| * | Fixup getURLParameter behaviorSimon Eisenmann2016-09-161-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit further changes the behavior of getURLParmeter to handle encoded parameter values and returns the decoded string and improves behavior for parameters without value and multiple equals and other similar cases which did not work before. See the comments at http://stackoverflow.com/questions/1403888/get-escaped-url-parameter for a list of the issues handled by the updated implementation. This change does not change the general behavior of the function. Empty or non existing parameters still return an empty string ('').
| * | Return '' instead of 'null'Simon Eisenmann2016-09-161-1/+1
| | | | | | | | | | | | | | | | | | This commit changes the behavior of getURLParameter(name) to return an empty string when the parameter is not set or has empty value. Before it returned 'null' as string.
* | | [tx-robot] updated from transifexNextcloud bot2016-09-192-0/+10
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2016-09-184-2/+20
| |