summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-03-0484-110/+402
|
* [tx-robot] updated from transifexNextcloud bot2018-03-03146-148/+96
|
* Merge pull request #8609 from nextcloud/ie11-nav-flex-fixRoeland Jago Douma2018-03-021-4/+8
|\ | | | | [stable13] Fixed app navigation for IE11
| * fixup! Fixed app navigation for IE11John Molakvoæ (skjnldsv)2018-03-011-1/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed app navigation for IE11John Molakvoæ (skjnldsv)2018-03-011-3/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #8621 from nextcloud/13-8612Joas Schilling2018-03-021-1/+1
|\ \ | | | | | | [stable13] Update commentstabview.js
| * | Update commentstabview.jsrakekniven2018-03-021-1/+1
|/ / | | | | | | | | | | | | Changed typo reported at GitHub. See https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/$/91002505?issue=yes Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #8615 from nextcloud/stable13-8355Morris Jobke2018-03-025-13/+202
|\ \ | | | | | | [stable13] Fix comments (and systemtags) when involving users with numerical ids
| * | backport of #8355 to stable13Arthur Schiwon2018-03-025-13/+202
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test creating comments with numeric user ids Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> fix creating comments when file is accessible to users with numeric ids Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> tests for systemtags related to numeric user ids Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> fix systemtags event with numeric user ids Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / [tx-robot] updated from transifexNextcloud bot2018-03-02210-276/+600
|/
* Merge pull request #8561 from nextcloud/ext-strg-warning-fixRoeland Jago Douma2018-03-013-2/+7
|\ | | | | [stable13] Ext storage error warning
| * Updated error messageJohn Molakvoæ (skjnldsv)2018-02-272-4/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed default urlsJohn Molakvoæ (skjnldsv)2018-02-272-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Show error if no external storage configuredJohn Molakvoæ (skjnldsv)2018-02-272-0/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #8595 from ↵Morris Jobke2018-03-011-1/+4
|\ \ | | | | | | | | | | | | nextcloud/stable13-8589-fix-upload-button-visible-on-read-only-folders [stable13] Fix upload button visible on read-only folders
| * | Fix upload button visible on read-only foldersDaniel Calviño Sánchez2018-03-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The div that contains the elements related to the creation of new files, and thus the upload button, is always present in the DOM; it is hidden or shown based on the folder permissions by adding or removing the "hidden" CSS class. However, as the other CSS classes for the div are "actions" and "creatable" and a "display: flex" rule was defined for ".actions.creatable" below the "display: none" rule for ".actions.hidden" the last one took precedence and the div ended being always visible, even if the "hidden" CSS class was set. Now the rules for the ".actions.hidden" selector are defined below the rules for the ".actions.creatable" selector and thus the "display: none" rule is applied as expected. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-03-01214-924/+1110
|/ /
* | Merge pull request #8577 from nextcloud/8576_13Roeland Jago Douma2018-02-281-1/+1
|\ \ | | | | | | [stable13] Set autocomplete=new-password for mail share password
| * | Set autocomplete=new-password for mail share passwordRoeland Jago Douma2018-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | This avoids the browser to do autocompletion on the mail share password field. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #8099 from nextcloud/7873_13Roeland Jago Douma2018-02-282-10/+28
|\ \ \ | |/ / |/| | [stable13] Don't perform CSRF check on OCS routes with Bearer auth
| * | Update testsRoeland Jago Douma2018-02-081-8/+20
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Don't perform CSRF check on OCS routes with Bearer authRoeland Jago Douma2018-02-081-2/+8
| | | | | | | | | | | | | | | | | | Fixes #5694 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-02-28194-464/+662
| |/ |/|
* | Merge pull request #8554 from kyrofa/backport_13/8462/theming_app_outside_rootJulius Härtl2018-02-272-5/+34
|\ \ | | | | | | [stable13] theming: handle not being in the serverroot
| * | theming: handle not being in the serverrootKyle Fazzari2018-02-262-5/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the theming app assumes it's in the serverroot. However, with Nextcloud's flexibility regarding configurable app paths, this is not a safe assumption to make. If it happens to be an incorrect assumption, the theming app fails to work. Instead of relying on the serverroot, just use the path from the AppManager and utilize relative paths for assets from there. Fix #8462 Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-02-27242-1614/+1738
|/ /
* | Merge pull request #8532 from nextcloud/8499-stable13Morris Jobke2018-02-263-7/+36
|\ \ | | | | | | [stable13] Avoid fruitless login attempts
| * | don't try login with the same name that just failedArthur Schiwon2018-02-261-3/+5
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | track the state of the bind resultArthur Schiwon2018-02-262-4/+31
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #8536 from nextcloud/8522-stable13Morris Jobke2018-02-262-8/+92
|\ \ \ | |/ / |/| | [stable13] Fix retrieval of group members with numerical uids from LDAP
| * | fix retrieving group members with numerical uids from LDAPArthur Schiwon2018-02-261-6/+7
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | tests for retrieving group members with numerical uidsArthur Schiwon2018-02-261-2/+85
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #8518 from nextcloud/stable13-8507Roeland Jago Douma2018-02-243-2/+2
|\ \ | | | | | | Add some whitespace around change.svg icon (stable13)
| * | Add some whitespace around change.svg icon (stable13)Marin Treselj2018-02-233-2/+2
| | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | | Merge pull request #8515 from nextcloud/13-8502Roeland Jago Douma2018-02-241-2/+10
|\ \ \ | | | | | | | | [stable13] Show hint in OCS API for user creation
| * | | Show hint in OCS API for user creationMorris Jobke2018-02-231-2/+10
| |/ / | | | | | | | | | | | | | | | | | | | | | * adds a 107 error code together with the hint of the exception * logs the exception as warning * fixes #7946 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-02-2414-4/+276
| | |
* | | Merge pull request #8517 from nextcloud/stable13-8416blizzz2018-02-232-5/+7
|\ \ \ | |/ / |/| | [stable13] Fix hiding and event propagation issues with the user management popover
| * | Fix hiding and event propagation issues with the user management popoverJulius Härtl2018-02-232-5/+7
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-02-2316-24/+108
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-2216-10/+148
| |
* | Merge pull request #8470 from nextcloud/13-8468Roeland Jago Douma2018-02-211-1/+1
|\ \ | | | | | | [stable13] Use mb_* string methods to extract first character for generated avatars
| * | Use mb_* string methods to extract first character for generated avatarsMorris Jobke2018-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This fixes #8451 where the first character is a non-ASCII character. The `$string[0]` notation only extracted one byte and thus resulting in an invalid code. The `mb_strtoupper` method also allows to convert characters independently from the current locale on the server. See also http://php.net/manual/en/function.mb-strtoupper.php Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-02-2144-70/+250
| | |
* | | Merge pull request #8267 from nextcloud/8206_13Morris Jobke2018-02-204-3/+7
|\ \ \ | |/ / |/| | [stable13] Better result handling of email search
| * | Better result handling of email searchJoas Schilling2018-02-204-3/+7
|/ / | | | | | | | | | | | | 1. Local users should not be returned when searching for empty string 2. The limit of the response should be respected Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #8440 from nextcloud/8428_13Roeland Jago Douma2018-02-203-1/+1
|\ \ | | | | | | [stable13] Use TTF fonts for avatar generation
| * | Avatar generation use ttf (for ancient compatibility)Roeland Jago Douma2018-02-191-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Add TTF of OpenSand-{Ligh,Semibold}Roeland Jago Douma2018-02-192-0/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-02-2018-14/+158
|/ /