Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dont use the permissions mask while scanning | Robin Appelman | 2017-04-10 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | make JobList::next() lock free | Jörn Friedrich Dreyer | 2017-04-07 | 1 | -5/+10 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #4242 from nextcloud/encryption-fix-mail-share-stable11 | Joas Schilling | 2017-04-06 | 1 | -3/+3 |
|\ | | | | | [stable11] take share by mail into consideration if we calculate the access list | ||||
| * | take share by mail into consideration if we calculate the access list | Bjoern Schiessle | 2017-04-06 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Merge pull request #4225 from nextcloud/stable11-token-save-scope | Joas Schilling | 2017-04-06 | 3 | -25/+70 |
|\ \ | |/ |/| | [Stable11] token save scope | ||||
| * | Save the scope of an auth token in the session | Robin Appelman | 2017-04-05 | 3 | -25/+70 |
| | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Remove verbose error message | Lukas Reschke | 2017-04-05 | 1 | -2/+3 |
|/ | | | | | | There's no need to have this included in the error message. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix the update from NC 10 and 11 to the latest NC 11 | Joas Schilling | 2017-03-30 | 1 | -0/+23 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix return value of getAllowedPreviousVersions() | Morris Jobke | 2017-03-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Prevent migration from ownCloud 10 to Nextcloud 11 | Joas Schilling | 2017-03-30 | 1 | -20/+16 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #3842 from nextcloud/no-empty-wildcard-search-11 | Morris Jobke | 2017-03-14 | 1 | -0/+4 |
|\ | | | | | [11] dont allow empty wildcard search | ||||
| * | dont allow empty wildcard search | Robin Appelman | 2017-03-14 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix unit tests and improve appstore logic | Morris Jobke | 2017-03-08 | 1 | -5/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Add back appstoreenabled config switch | Steffen Lindner | 2017-03-08 | 1 | -4/+20 |
| | | | | | | | | Signed-off-by: Steffen Lindner <mail@steffen-lindner.de> | ||||
* | | Add ETag validation to appstore requests | Roeland Jago Douma | 2017-03-08 | 2 | -6/+40 |
| | | | | | | | | | | | | | | | | | | | | * If the ETag if present store it * If a stored ETag is present then pass it along (with the original response) to get * Add tests * Added files to classmap Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Clear appstore cache on version upgrade | Roeland Jago Douma | 2017-03-08 | 4 | -17/+26 |
| | | | | | | | | | | | | | | | | | | * Add version to cached json * Compare version * Updated calls * Updated tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #3658 from GreenArchon/stable11_issue_#3461 | Roeland Jago Douma | 2017-03-02 | 1 | -35/+17 |
|\ \ | | | | | | | [stable11] Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs | ||||
| * | | Refactor files' CacheEntry object creation to call cacheEntryFromData() all ↵ | Frédéric Fortier | 2017-02-24 | 1 | -36/+16 |
| | | | | | | | | | | | | | | | | | | the time thus allowing proper casts to be done Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com> | ||||
| * | | Typecast filecache 'storage' as int to return it as documented, fixes #3461 | Frédéric Fortier | 2017-02-24 | 1 | -0/+2 |
| |/ | | | | | | | Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com> | ||||
* / | Fix string comparison and return docs | Joas Schilling | 2017-03-01 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | return unknown free space from nullstorage | Robin Appelman | 2017-02-16 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #3440 from nextcloud/backport-oc-26963v11.0.2RC1 | Lukas Reschke | 2017-02-13 | 1 | -8/+8 |
|\ | | | | | [stable11] Make sure invalid images don't flood the log file | ||||
| * | Check if color exists in palette before using it | Victor Dubiniuk | 2017-02-10 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | Make sure invalid images don't flood the log file | Joas Schilling | 2017-02-10 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #3431 from nextcloud/backport-3430-fix-ios-client-detection | Lukas Reschke | 2017-02-10 | 1 | -1/+1 |
|\ \ | | | | | | | [stable11] Fix detection of the new iOS app | ||||
| * | | Fix detection of the new iOS app | Joas Schilling | 2017-02-10 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #3426 from nextcloud/stable11-set-vendor-during-install | Lukas Reschke | 2017-02-10 | 1 | -0/+15 |
|\ \ | |/ |/| | [stable11] Set vendor during install | ||||
| * | Set vendor during install | Morris Jobke | 2017-02-09 | 1 | -0/+15 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Don't log the password on confirmPassword when LDAP throws an exception | Joas Schilling | 2017-02-09 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix tests | Joas Schilling | 2017-02-07 | 1 | -1/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Filter out sensitive appconfig values | Joas Schilling | 2017-02-07 | 2 | -9/+48 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #2953 from nextcloud/backport-2797-sudo-password-with-ldap | Joas Schilling | 2017-01-23 | 1 | -0/+1 |
|\ | | | | | [stable11] Use login name to fix password confirm with ldap users | ||||
| * | Make sure the loginname is set when logging in via cookie | Joas Schilling | 2017-01-05 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix tests | Joas Schilling | 2017-01-17 | 1 | -8/+8 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Remove the magic parsing of the description | Joas Schilling | 2017-01-17 | 1 | -24/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Change the row-format before changing the collation | Joas Schilling | 2017-01-13 | 1 | -0/+12 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Better fallback for unknown log types | Joas Schilling | 2017-01-10 | 1 | -9/+10 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Add tests | Joas Schilling | 2017-01-10 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Handle log_type "nextcloud" more gracefully | Joas Schilling | 2017-01-10 | 2 | -8/+24 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #2980 from ↵v11.0.1RC1 | Morris Jobke | 2017-01-10 | 2 | -0/+23 |
|\ \ | | | | | | | | | | | | | nextcloud/backport-2930-kill-group-restriction-when-not-applicable [stable11] Remove group restrictions when those are not allowed anymore | ||||
| * | | Remove group restrictions when those are not allowed anymore | Joas Schilling | 2017-01-09 | 2 | -0/+23 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | dont write a certificate bundle if the shipped ca bundle is empty | Robin Appelman | 2017-01-09 | 2 | -5/+19 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Only log as info when we can not create a new DB user | Joas Schilling | 2016-12-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #2703 from nextcloud/enoch85-patch-2 | Roeland Jago Douma | 2016-12-16 | 1 | -1/+1 |
|\ | | | | | [11] Do not connect to database before creating it | ||||
| * | Do not connect to database before creating it | Joas Schilling | 2016-12-15 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Safari CSPv3 support is sub-par | Lukas Reschke | 2016-12-14 | 1 | -2/+0 |
|/ | | | | | | | | With 10.0.1 CSPv3 is broken in Safari if it doesn't run from a local IP. Awesome. => Let's remove this for Safari and keep chrome and Firefox in the whitelist. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #2636 from nextcloud/add-repair-step-to-fix-mountsv11.0.0 | Lukas Reschke | 2016-12-13 | 2 | -0/+80 |
|\ | | | | | Add a repair step to fix broken mounts | ||||
| * | Add a repair step to fix broken mounts | Joas Schilling | 2016-12-13 | 2 | -0/+80 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #2637 from nextcloud/mount-cache-storageid | Lukas Reschke | 2016-12-13 | 3 | -6/+9 |
|\ \ | |/ |/| | also compare storage ids when checking for changed mounts | ||||
| * | always use numeric storage id in cacheentry | Robin Appelman | 2016-12-13 | 3 | -6/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |