aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-02-01698-2636/+698
|
* [tx-robot] updated from transifexNextcloud bot2018-02-01402-3546/+402
|
* Use correct update serverMorris Jobke2018-02-012-4/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add all parameters to returnValueMapJulius Härtl2018-01-311-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove deprecated isEnabled call from files_trashbinJulius Härtl2018-01-311-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-01-312-0/+2
|
* Merge pull request #8000 from nextcloud/fix_7983Morris Jobke2018-01-306-4/+142
|\ | | | | Provide list of editable fields via OCS API
| * Fix testsRoeland Jago Douma2018-01-266-7/+117
| | | | | | | | | | | | * Add factory for the federatedfilesharing app Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Don't expose language and password as editableRoeland Jago Douma2018-01-261-5/+0
| | | | | | | | | | | | | | | | | | * Password might not always be editable - Also chaging that will invalide apptokens etc which will directly lock out your phone * Chaging the language also doesn't make that much sense to me currently Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Provide list of editable fields via OCS APIRoeland Jago Douma2018-01-262-0/+33
| | | | | | | | | | | | Fixes #7983 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #8111 from nextcloud/only_encrypted_prop_on_foldersRoeland Jago Douma2018-01-301-4/+4
|\ \ | | | | | | Only handle encrypted property on folders
| * | Only handle encrypted property on foldersRoeland Jago Douma2018-01-301-4/+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-304-2/+12
|/ /
* | Merge pull request #8078 from nextcloud/theming-validate-scssMorris Jobke2018-01-293-18/+14
|\ \ | | | | | | SCSS hardening
| * | Fix theming testsJulius Härtl2018-01-261-8/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Do not rewrite absolute URLsJulius Härtl2018-01-261-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Only override image styles if the theming values are setJulius Härtl2018-01-261-8/+10
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Use ::class statement instead of stringMorris Jobke2018-01-2931-84/+147
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-01-2912-80/+88
| | |
* | | Remove unneeded semicolon and parenthesesMorris Jobke2018-01-2638-48/+48
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #8072 from nextcloud/type-castingMorris Jobke2018-01-265-34/+34
|\ \ \ | | | | | | | | Use type casting instead of *val() method
| * | | Use type casting instead of *val() methodMorris Jobke2018-01-265-34/+34
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #8071 from nextcloud/remove-silly-codeMorris Jobke2018-01-262-4/+1
|\ \ \ | | | | | | | | Cleanup unused code
| * | | Cleanup unused codeMorris Jobke2018-01-262-4/+1
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7707 from ↵Morris Jobke2018-01-262-4/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/birthdaycalendar-different-uids generate different UIDs for Birthday, Anniversary and Death event
| * | | generate different UIDs for Birthday, Anniversary and Death eventGeorg Ehrke2018-01-042-4/+5
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Merge pull request #8070 from nextcloud/remove-theming-migrationMorris Jobke2018-01-263-222/+0
|\ \ \ \ | | | | | | | | | | Remove theming migration
| * | | | Remove theming migrationJulius Härtl2018-01-263-222/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | Those images are alredy migrated after the instance has been updated to NC12 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #8054 from nextcloud/substr-use-indexMorris Jobke2018-01-263-18/+6
|\ \ \ \ | |/ / / |/| | | Use index based string access for substr with length of 1
| * | | Use index based string access for substr with length of 1Morris Jobke2018-01-263-18/+6
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #8069 from nextcloud/no-catch-serverdownMorris Jobke2018-01-262-2/+8
|\ \ \ \ | | | | | | | | | | 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>
* | | | | Simplify ternary operator statementsMorris Jobke2018-01-263-5/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | / Use type casting instead of *val() methodMorris Jobke2018-01-2621-41/+41
| |_|/ |/| | | | | | | | | | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #8053 from nextcloud/simplify-substrJoas Schilling2018-01-261-1/+1
|\ \ \ | | | | | | | | Use short for of substr to not need strlen()
| * | | Use short for of substr to not need strlen()Morris Jobke2018-01-251-1/+1
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-2611-24/+11
|\ \ \ | | | | | | | | Return value immediately instead of assigning to a one-time variable
| * | | Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-2611-24/+11
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #8052 from nextcloud/fix-array-methodsRoeland Jago Douma2018-01-263-3/+3
|\ \ \ | | | | | | | | Fix array method usages with a proper call
| * | | Fix array method usages with a proper callMorris Jobke2018-01-253-3/+3
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #8058 from nextcloud/useless-returnRoeland Jago Douma2018-01-263-8/+0
|\ \ \ | | | | | | | | Remove useless return statements
| * | | Remove useless return statementsMorris Jobke2018-01-253-8/+0
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #8059 from nextcloud/use-striposRoeland Jago Douma2018-01-262-2/+2
|\ \ \ | | | | | | | | Use stripos instead of strpos(strtolower(), 'something')
| * | | Use stripos instead of strpos(strtolower(), 'something')Morris Jobke2018-01-252-2/+2
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #8060 from nextcloud/proper-codeflowRoeland Jago Douma2018-01-261-1/+0
|\ \ \ | | | | | | | | Use proper code flow instead of not needed else branch
| * | | Use proper code flow instead of not needed else branchMorris Jobke2018-01-251-1/+0
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #8056 from nextcloud/array-pushRoeland Jago Douma2018-01-262-2/+2
|\ \ \ | | | | | | | | Use $var[] = $a instead of array_push - 2x faster
| * | | Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-252-2/+2
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / [tx-robot] updated from transifexNextcloud bot2018-01-266-4/+34
|/ /
* | Merge pull request #7916 from nextcloud/2fa_logMorris Jobke2018-01-255-0/+168
|\ \ | | | | | | Add 2FA to logfile