aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2365 from ↵Lukas Reschke2016-11-281-1/+1
|\ | | | | | | | | nextcloud/resize-the-controls-after-the-sidebar-slided-in Make sure the controls is resized after the sidebar disappeared
| * Make sure the controls is resized after the sidebar disappearedJoas Schilling2016-11-281-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | bring back permissions for mail sharesBjoern Schiessle2016-11-281-8/+6
|/ | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* [tx-robot] updated from transifexNextcloud bot2016-11-282-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-11-282-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-11-282-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-11-276-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-11-2644-44/+102
|
* Add jquery ui fixes js fileJohn Molakvoæ (skjnldsv)2016-11-252-0/+9
| | | | | | + fix autocomplete width (fix #2324) Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #2325 from nextcloud/fix-slogan-stylingLukas Reschke2016-11-251-5/+0
|\ | | | | Fix styling of slogan on login page for longer text
| * Fix styling of slogan on login page for longer textJulius Haertl2016-11-251-5/+0
| | | | | | | | | | | | Fixes #851 Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | Add nextcloud_announcements to shipped.jsonLukas Reschke2016-11-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise on the update from beta1 to beta2 the app would be disabled again as incompatible: ``` root@cloud:/var/www/html# sudo -u www-data php occ upgrade Nextcloud or one of the apps require upgrade - only a limited number of commands are available You may use your browser or the occ upgrade command to do the upgrade Set log level to debug Turned on maintenance mode Updating database schema Updated database Disabled 3rd-party app: calendar Disabled 3rd-party app: contacts Disabled 3rd-party app: nextcloud_announcements Disabled 3rd-party app: spreed Update 3rd-party app: calendar Update 3rd-party app: contacts ``` Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2243 from nextcloud/file-drop-wordingRoeland Jago Douma2016-11-241-1/+1
|\ \ | | | | | | fix wording of File drop, ref #2207
| * | fix wording of File drop, ref #2207Jan-Christoph Borchardt2016-11-221-1/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #2313 from nextcloud/fix-namingMorris Jobke2016-11-243-14/+14
|\ \ \ | | | | | | | | fix some outdated naming
| * | | fix some outdated namingJan-Christoph Borchardt2016-11-243-14/+14
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #2309 from nextcloud/fix-faviconsLukas Reschke2016-11-243-3/+3
|\ \ \ \ | |/ / / |/| | | fix favicon viewbox, remove decimals
| * | | fix favicon viewbox, remove decimalsJan-Christoph Borchardt2016-11-243-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | show dialog again of operation failedBjoern Schiessle2016-11-241-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | set focus on input fieldBjoern Schiessle2016-11-241-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | 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>