summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
* Fix future time spansdartcafe2017-10-221-12/+49
* propagate multipart upload exception when aborting uploadRobin Appelman2017-10-171-0/+1
* Merge pull request #6814 from nextcloud/upload-cache-path-12Roeland Jago Douma2017-10-151-1/+3
|\
| * also use configured 'cache_path' for new chunkingRobin Appelman2017-10-111-1/+3
* | Merge pull request #6815 from nextcloud/s3-multipart-upload-part-size-12Roeland Jago Douma2017-10-151-1/+3
|\ \
| * | set s3 part size to 500mbRobin Appelman2017-10-111-1/+3
| |/
* | Merge pull request #6774 from nextcloud/backport-6645-only-colons-for-ipv6Roeland Jago Douma2017-10-151-0/+16
|\ \ | |/ |/|
| * Only allow colons in db host for IPv6 addressesJoas Schilling2017-10-061-0/+16
* | Merge pull request #6737 from nextcloud/aws-sdk-12Robin Appelman2017-10-093-82/+135
|\ \ | |/ |/|
| * Add tests for multipart uploadRobin Appelman2017-10-091-2/+2
| * only do multipart upload for large filesRobin Appelman2017-10-091-0/+24
| * multipart upload for s3 object storageRobin Appelman2017-10-091-5/+22
| * fix path styleRobin Appelman2017-10-031-3/+1
| * reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-10-032-49/+83
| * update aws sdk and move it to 3rdpartyRobin Appelman2017-10-032-40/+20
* | dont run invalid path repair step when upgrading from 11.0.5.2 and laterRobin Appelman2017-10-031-3/+11
|/
* don't pass User object when uid string is expectedArthur Schiwon2017-09-271-1/+2
* Merge pull request #6554 from nextcloud/stable12-contacts_menu_privacyMorris Jobke2017-09-271-7/+123
|\
| * Add filter for `shareapi_allow_share_dialog_user_enumeration`Lukas Reschke2017-09-181-14/+48
| * Fix issue when disabling the shareapi_only_share_with_group_members option + ...Tobia De Koninck2017-09-181-2/+12
| * Improve code styleTobia De Koninck2017-09-181-5/+7
| * Some code improvementsTobia De Koninck2017-09-181-4/+5
| * Add testsTobia De Koninck2017-09-181-1/+1
| * Fix testsTobia De Koninck2017-09-181-2/+4
| * Privacy enhancements for contacts menuTobia De Koninck2017-09-181-4/+71
* | Do not stop on scss compilation failureJohn Molakvoæ (skjnldsv)2017-09-271-0/+2
* | Pass new value to triggerChangeRoeland Jago Douma2017-09-151-3/+4
|/
* Fix AppPassword 2FA authRoeland Jago Douma2017-09-121-1/+5
* Merge pull request #6443 from nextcloud/backport-6064-absolute-path-must-be-r...Morris Jobke2017-09-121-6/+13
|\
| * Don't lock in the appdata_ directoryJoas Schilling2017-09-111-1/+1
| * Still throw a locked exception when the path is not relative to $user/files/Joas Schilling2017-09-111-5/+12
* | Merge pull request #6446 from nextcloud/backport-6414-share-notification-wron...Morris Jobke2017-09-122-8/+20
|\ \
| * | Use the language of the recipient for the share notificationJoas Schilling2017-09-112-8/+20
| |/
* | Merge pull request #6442 from nextcloud/backport-6416-make-sure-sqlite-works-...Morris Jobke2017-09-111-14/+12
|\ \
| * | Fix Nextcloud 12 compatibilityJoas Schilling2017-09-111-2/+7
| * | Ask the schema whether the table and column existJoas Schilling2017-09-111-13/+6
| |/
* / Fix failing csp/nonce check due to timed out sessionChristoph Wurst2017-09-111-5/+8
|/
* Don't log LDAP password when server is not availableJoas Schilling2017-09-071-3/+9
* Merge pull request #6319 from nextcloud/improve_2fa-12Roeland Jago Douma2017-09-062-4/+76
|\
| * Fix login with basic authRoeland Jago Douma2017-09-061-1/+0
| * Improve 2FARoeland Jago Douma2017-08-312-4/+77
* | Merge pull request #6368 from nextcloud/backport-5436-fix-group-checkLukas Reschke2017-09-061-1/+1
|\ \
| * | Fix 500 Internal Server Error on writingJan-Philipp Litza2017-09-051-1/+1
| |/
* / Merge setMetaData into constructorJoas Schilling2017-09-053-16/+22
|/
* move repair step to stable12Bjoern Schiessle2017-08-302-3/+3
* add prefix to user and system keys to avoid name collisionsBjoern Schiessle2017-08-303-3/+117
* extend the identity proof manager to allow system wide key pairsBjoern Schiessle2017-08-302-12/+46
* Inject \OCP\IURLGenerator to make tests workLukas Reschke2017-08-302-3/+4
* Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke2017-08-302-19/+17
* Add shareWith to email template metadataMorris Jobke2017-08-291-0/+1