summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-02-09102-102/+108
|
* [tx-robot] updated from transifexNextcloud bot2018-02-0912-214/+316
|
* [tx-robot] updated from transifexNextcloud bot2018-02-0812-44/+140
|
* keep previous exception when transforming to dav exceptionRobin Appelman2018-02-072-5/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-02-074-6/+24
|
* [tx-robot] updated from transifexNextcloud bot2018-02-078-8/+36
|
* Merge pull request #8156 from nextcloud/stable13-8078Morris Jobke2018-02-063-18/+14
|\ | | | | [Stable13] Scss hardening
| * Fix theming testsJulius Härtl2018-02-021-8/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Do not rewrite absolute URLsJulius Härtl2018-02-021-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Only override image styles if the theming values are setJulius Härtl2018-02-021-8/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-02-054-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-046-4/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-0332-30/+164
|/
* Merge pull request #8142 from nextcloud/13-update-serverMorris Jobke2018-02-022-7/+7
|\ | | | | [stable13] Use correct update server
| * Use correct update serverMorris Jobke2018-02-012-7/+7
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-02-0224-24/+128
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-01698-2636/+698
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-01402-3546/+402
|/
* Merge pull request #8073 from nextcloud/stable13-8069Morris Jobke2018-01-312-2/+8
|\ | | | | [stable13] do not catch and ignore ServerNotAvailable in the wrong spot
| * do not catch ServerNotAvailableArthur Schiwon2018-01-262-2/+8
| | | | | | | | | | | | might cause the user to be unavailable (race condition). Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #8116 from nextcloud/8111_13Morris Jobke2018-01-311-5/+4
|\ \ | | | | | | [stable13] Only handle encrypted property on folders
| * | Only handle encrypted property on foldersRoeland Jago Douma2018-01-301-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exposing the encrypted property is required for E2E. However, there is no need to expose this on files as then it is server side encryption (which the clients don't care about). Better to not confuse the output. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-01-312-0/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-01-304-2/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2018-01-2912-80/+88
|/
* [tx-robot] updated from transifexNextcloud bot2018-01-266-4/+34
|
* Fix missing clipboard icon in shared linksDaniel Calviño Sánchez2018-01-241-0/+2
| | | | | | | | | | | | The clipboard icon in shared links appears either directly on the link input field or, if any social sharing app is enabled, in a menu. The clipboard icon uses the same CSS rules as other icons (like the information icon) to be posioned on the end of the input field, and those rules have to be "cancelled" when the icon is shown in the menu. Fixes #7990 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* increase the time we wait for smb notifications in the testRobin Appelman2018-01-231-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-234-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-01-212-0/+2
|
* update icewind/smb to 2.0.4Robin Appelman2018-01-1911-77/+98
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-19106-106/+106
|
* Merge pull request #7942 from nextcloud/7941-stable13Morris Jobke2018-01-181-3/+0
|\ | | | | [stable13] remove hardcoded sharepoint icon path
| * remove hardcoded sharepoint icon pathArthur Schiwon2018-01-181-3/+0
| | | | | | | | | | | | it does not exist and if it would, it was not themable Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Make sure the arrays are arraysJoas Schilling2018-01-181-3/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #7915 from nextcloud/backport/7909/fix-migration-type-hintsRoeland Jago Douma2018-01-178-32/+26
|\ | | | | Fix the type hints of migrations and correctly inject the wrapped sch…
| * Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling2018-01-178-32/+26
| | | | | | | | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #7903 from nextcloud/13-7891Morris Jobke2018-01-171-1/+17
|\ \ | | | | | | [stable13] Fix systemtags/list to be compliant
| * | Fix systemtags/list to be compliantMorris Jobke2018-01-161-1/+17
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-01-172-0/+4
|/ /
* / [tx-robot] updated from transifexNextcloud bot2018-01-1620-20/+96
|/
* Merge pull request #7796 from nextcloud/ldap-sync-fixesMorris Jobke2018-01-113-12/+11
|\ | | | | LDAP Sync fixes: revert recursion resolution, fixed handling of pagingsize of 0
| * revert resolving of recursion (3628d4d65d67d12afc93d969de61cb06a33179fd)Arthur Schiwon2018-01-111-5/+2
| | | | | | | | | | | | | | | | without recursion we have issues with internal states. paged search status are set to false, cookies are not being set. In the end we have endless requests which pile up enormously with a high initial offset. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix return value when ldapPagingSize returns nullArthur Schiwon2018-01-112-3/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * enrich log message with backtrace, but level it down to DEBUGArthur Schiwon2018-01-111-3/+3
| | | | | | | | | | | | | | The message is not helpful anyway for an admin, and oftentimes is just valid (e.g. when searching with an offset beyond users in LDAP). Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * when paged results are turned off, all (max possible) users are returnedArthur Schiwon2018-01-112-2/+3
| | | | | | | | | | | | thus hasMoreResult should return false Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #7709 from ↵Morris Jobke2018-01-111-0/+1
|\ \ | | | | | | | | | | | | nextcloud/fix-password-displayed-as-username-in-password-manager Fix password displayed as username in Firefox password manager dialog
| * | Add strengthify bar after plain text input clone of password inputDaniel Calviño Sánchez2018-01-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To show the password in plain text "showPassword" adds a text input after the password input and swaps their visibility depending on whether the password has to be shown in plain text or not. In a similar way, "strengthify" by default adds the strength bar after the input element it was called on. Due to this, if "showPassword" is called before "strengthify" on the same password input then the strength bar ends between the password input and the text input, and when the text input is shown it appears below the strength bar. To fix this now the strength bar is added after the text input in those places in which "strengthify" was called after "showPassword" on the same element. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #7776 from nextcloud/theming-capabilties-enhancementsMorris Jobke2018-01-116-53/+99
|\ \ \ | | | | | | | | More detailed theming capabilities
| * | | More detailed theming capabilitiesJulius Härtl2018-01-106-53/+99
| | | | | | | | | | | | | | | | | | | | | | | | This will allow clients to easily check if a custom background is used Signed-off-by: Julius Härtl <jus@bitgrid.net>