summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-09-2080-2/+244
|
* Merge pull request #6564 from nextcloud/fix-missing-unsignedRoeland Jago Douma2017-09-196-18/+131
|\ | | | | Fix missing "unsigned" on integer columns
| * Fix autoloadingJoas Schilling2017-09-192-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix missing "unsigned" on integer columnsJoas Schilling2017-09-194-18/+129
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #6565 from nextcloud/appinfo_localcacheRoeland Jago Douma2017-09-191-1/+1
|\ \ | |/ |/| Read appinfo from a local cache
| * Read appinfo from a local cacheRoeland Jago Douma2017-09-191-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #6562 from nextcloud/fix-unsigned-typoMorris Jobke2017-09-193-5/+41
|\ \ | | | | | | Fix unsigned typo
| * | Increase versionJoas Schilling2017-09-191-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix unsigned stateJoas Schilling2017-09-191-0/+36
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix migration namingJoas Schilling2017-09-191-4/+4
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #6569 from nextcloud/fix-comments-activity-errorLukas Reschke2017-09-191-2/+2
|\ \ | |/ |/| Use the wrapper to get the parameters which was added in #6369
| * Use the wrapper to get the parameters which was added in #6369Joas Schilling2017-09-191-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #6264 from nextcloud/dav-migrationsRoeland Jago Douma2017-09-193-802/+481
|\ | | | | Move DAV app to migrations
| * Move DAV app to migrationsRoeland Jago Douma2017-09-183-802/+481
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-09-19244-392/+498
| |
* | Merge pull request #4410 from nextcloud/update-aws-sdkRobin Appelman2017-09-18622-58771/+223
|\ \ | | | | | | Update aws sdk + s3 improvements
| * | show diff in autoload checkerRobin Appelman2017-09-181-0/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | update autoloaderRobin Appelman2017-09-182-0/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix undefined constantsRobin Appelman2017-09-181-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | merge vendor jsRobin Appelman2017-09-181-0/+7
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix path styleRobin Appelman2017-09-181-3/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | disable part files for s3 external storageRobin Appelman2017-09-181-0/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add stat cache for s3 external storageRobin Appelman2017-09-181-7/+56
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | more efficient is_dirRobin Appelman2017-09-181-0/+10
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | more efficient permissions for s3 external storageRobin Appelman2017-09-181-0/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | more efficient write only fopenRobin Appelman2017-09-181-1/+9
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-09-183-84/+97
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | update aws sdk and move it to 3rdpartyRobin Appelman2017-09-184-58/+42
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | remove non composer aws sdkRobin Appelman2017-09-18613-58632/+0
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #6490 from nextcloud/share_pagination_queryRoeland Jago Douma2017-09-181-0/+5
|\ \ | | | | | | Improve sharing pagination
| * | Improve sharing paginationRoeland Jago Douma2017-09-151-0/+5
| | | | | | | | | | | | | | | | | | | | | Basically we did in almost all cases did a query to much. This resulted in an extra query for each share type. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #6518 from nextcloud/allow-apps-to-control-versionsMorris Jobke2017-09-182-0/+93
|\ \ \ | | | | | | | | allow apps to disable versions for some files
| * | | allow apps to disable versions for some filesBjoern Schiessle2017-09-152-0/+93
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #6549 from nextcloud/fix-6534Morris Jobke2017-09-181-1/+2
|\ \ \ \ | | | | | | | | | | don't pass User object when uid string is expected
| * | | | don't pass User object when uid string is expectedArthur Schiwon2017-09-181-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #5462 from nextcloud/add-frameancestor-supportLukas Reschke2017-09-184-0/+89
|\ \ \ \ \ | | | | | | | | | | | | Add CSP frame-ancestors support
| * | | | | fix typo and set @since properlyThomas Citharel2017-09-152-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | | Add CSP frame-ancestors supportThomas Citharel2017-09-154-0/+89
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Didn't set the @since annotation yet. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | Merge pull request #5585 from nextcloud/contacts_menu_privacyMorris Jobke2017-09-184-27/+377
|\ \ \ \ \ | | | | | | | | | | | | Enhance privacy of contactsmenu fixes #5107
| * | | | | Add filter for `shareapi_allow_share_dialog_user_enumeration`Lukas Reschke2017-09-153-47/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adjusts the contacts menu to also support searching by email address which is relevant in scenarios where no UID is known such as LDAP, etc. Furthermore, if `shareapi_allow_share_dialog_user_enumeration` is disabled only results are shown that match the full user ID or email address. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Revert "Do not list system users in contacts menu if sharing autocompletion ↵Lukas Reschke2017-09-151-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is disabled" This reverts commit 56a9084dd2f9a5726a74e1e789773558fade8b44.
| * | | | | Fix issue when disabling the shareapi_only_share_with_group_members option + ↵Tobia De Koninck2017-09-151-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix findOne Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
| * | | | | Improve code styleTobia De Koninck2017-09-151-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
| * | | | | Some code improvementsTobia De Koninck2017-09-151-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
| * | | | | Add testsTobia De Koninck2017-09-152-1/+130
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
| * | | | | Fix testsTobia De Koninck2017-09-152-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
| * | | | | Privacy enhancements for contacts menuTobia De Koninck2017-09-151-4/+71
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Groups, which are excluded from sharing should not see local users at all - If sharing is restricted to users own groups, he should only see contacts from his groups: Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* | | | | Merge pull request #6014 from nextcloud/add-copy-actionMorris Jobke2017-09-188-26/+368
|\ \ \ \ \ | |_|_|_|/ |/| | | | Allows files/folders to be copied.
| * | | | Add tests for FileListThomas Citharel2017-09-151-0/+98
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | Don't show success notifications for failed copy actions and update folder sizesThomas Citharel2017-09-151-33/+59
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>