summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2283 from nextcloud/no-padding-if-no-settings-areaJulius Härtl2016-11-232-0/+8
|\ | | | | Remove padding from apps navigation if there is no settings area
| * Remove padding from apps navigation if there is no settings areaMorris Jobke2016-11-232-0/+8
| | | | | | | | | | | | * fixes #2189 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #2247 from nextcloud/avatar-fallbackRoeland Jago Douma2016-11-232-5/+5
|\ \ | |/ |/| use ? instead of X for avatar name fallback
| * fix unit testsMorris Jobke2016-11-231-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * use ? instead of X for avatar name fallbackJan-Christoph Borchardt2016-11-221-3/+3
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #2242 from nextcloud/fix-installation-spinnerMorris Jobke2016-11-231-2/+2
|\ \ | | | | | | show installation spinner correctly, fix #2129
| * | show installation spinner correctly, fix #2129Jan-Christoph Borchardt2016-11-221-2/+2
| |/ | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Do not escape shareesRoeland Jago Douma2016-11-231-9/+3
| | | | | | | | | | | | Fixes #2253 Do not escape special characters else it will look very strange.
* | Fix select2 input on retina - fixes #2226Morris Jobke2016-11-221-3/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Remove unwanted paddingJohn Molakvoæ2016-11-221-1/+0
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use proper return functionLukas Reschke2016-11-211-2/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Adjust unit testsLukas Reschke2016-11-211-6/+12
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* put explanatory text directly in popupJan-Christoph Borchardt2016-11-212-6/+8
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Search on lookup serverRoeland Jago Douma2016-11-211-1/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add a signer class for signingLukas Reschke2016-11-211-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add identity proofLukas Reschke2016-11-213-6/+38
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* push public user data to the lookup serverBjoern Schiessle2016-11-211-0/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix popover layout fix for files and globalJohn Molakvoæ (skjnldsv)2016-11-211-14/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix popover layoutJohn Molakvoæ (skjnldsv)2016-11-211-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2016-11-214-6/+38
|
* [tx-robot] updated from transifexNextcloud bot2016-11-2010-0/+162
|
* [tx-robot] updated from transifexNextcloud bot2016-11-1958-116/+124
|
* Merge pull request #2107 from nextcloud/fix-scrollbar-firefoxMorris Jobke2016-11-181-6/+3
|\ | | | | fix scrollbar in settings area in Firefox, improve on @pgys pull request
| * fix glitch in ChromeMorris Jobke2016-11-181-0/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * fix scrollbar in settings area in Firefox, improve on @pgys pull requestJan-Christoph Borchardt2016-11-181-6/+1
| |
* | Merge pull request #1855 from nextcloud/focus-onslidetoggleMorris Jobke2016-11-181-0/+4
|\ \ | | | | | | Add focus to autofocus form element on slide toggle
| * | Add focus to autofocus form element on slide toggleFelix A. Epp2016-11-071-0/+4
| | | | | | | | | | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* | | Fix select2 dropdownJohn Molakvoæ2016-11-181-95/+97
| | | | | | | | | | | | | | | | | | | | | Fix #1932 + no result fix Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actionsMorris Jobke2016-11-187-4/+129
|\ \ \ | | | | | | | | Password confirmation for some actions
| * | | Use the existing promptJoas Schilling2016-11-183-73/+27
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Submit on enterRoeland Jago Douma2016-11-181-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Show a little explanation above the input fieldJoas Schilling2016-11-182-3/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Empty the password field on submission of the formJoas Schilling2016-11-182-6/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | use proper method call for _.bind()Morris Jobke2016-11-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Require confirmation for app config changesJoas Schilling2016-11-181-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Make sure it is a functionJoas Schilling2016-11-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Allow to check it via the APIJoas Schilling2016-11-181-2/+16
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Introduce the UI for password confirmationJoas Schilling2016-11-186-3/+147
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #840 from nextcloud/theming-icon-endpointMorris Jobke2016-11-181-0/+9
|\ \ \ \ | |_|_|/ |/| | | Add dynamic icon creation
| * | | Theming: Code cleanup and cache buster for mime iconsJulius Haertl2016-11-181-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | | Fix IconController after rebaseJulius Haertl2016-11-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | | Core: Load mimetype icons from theming app if availableJulius Haertl2016-11-181-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | | | Merge pull request #2194 from nextcloud/jquery-dropdown-fixesMorris Jobke2016-11-182-3/+7
|\ \ \ \ | |/ / / |/| | | jQuery dropdown fixes
| * | | jQuery UI dropdown: correct max-height of 4 1/2 entriesJan-Christoph Borchardt2016-11-171-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | jQuery UI dropdown: correct clickable area of 44pxJan-Christoph Borchardt2016-11-171-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | [tx-robot] updated from transifexNextcloud bot2016-11-184-0/+10
| | | |
* | | | Merge pull request #2136 from nextcloud/sharing-layoutJan-Christoph Borchardt2016-11-185-9/+11
|\ \ \ \ | |/ / / |/| | | Sharing layout fixes
| * | | resize and pixel-perfectly align copy iconJan-Christoph Borchardt2016-11-172-5/+8
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | fix spacing in sidebar tabsJan-Christoph Borchardt2016-11-171-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | fix layout of sharing listJan-Christoph Borchardt2016-11-171-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>