summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-11-302-2/+48
|
* Merge pull request #12691 from nextcloud/storage-no-encryption-interfaceMorris Jobke2018-11-294-3/+34
|\ | | | | Add interface to allow storages from opting out of encryption
| * update autoloadaerRobin Appelman2018-11-292-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Add interface to allow storages from opting out of encryptionRobin Appelman2018-11-292-3/+32
| | | | | | | | | | | | As opposed to hard-coding a list of excluded storages Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #12690 from peterkraume/bug-12689Morris Jobke2018-11-291-0/+1
|\ \ | | | | | | Set Referrer-Policy also in addSecurityHeaders()
| * | Set Referrer-Policy also in addSecurityHeaders()Peter Kraume2018-11-271-0/+1
| | | | | | | | | | | | | | | Fix: #12689 Signed-off-by: Peter Kraume <peter.kraume@gmx.de>
* | | Merge pull request #12424 from nextcloud/feature/add-pipe-mode-for-sendmailMorris Jobke2018-11-292-1/+11
|\ \ \ | |_|/ |/| | Add pipe mode for sendmail
| * | Add sendmailmode to guiDaniel Kesselberg2018-11-291-0/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Apply patch from @cwiedmann but drop -oi option for pipeCarsten Wiedmann2018-11-291-1/+10
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-11-292-0/+412
|/ /
* / Fix folder path containing leading slash when getting mount root by idRobin Appelman2018-11-281-1/+1
|/ | | | | | | | This fixes collabora on public link shared groupfolders Fixes https://github.com/nextcloud/groupfolders/issues/225 Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-11-272-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-11-252-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-11-23106-984/+162
|
* Allow empty strings in getAbsoluteURLJoas Schilling2018-11-201-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #12543 from nextcloud/fix/12498/bearer_tokens_are_apptokensMorris Jobke2018-11-201-0/+4
|\ | | | | Bearer tokens are app token
| * Bearer tokens are app tokenRoeland Jago Douma2018-11-201-0/+4
| | | | | | | | | | | | | | | | | | | | Fixes #12498 This means that we set that it is a proper app token once it is validated. This will allow the 2FA middleware to just run the same check. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #12494 from nextcloud/cache-notfound-idMorris Jobke2018-11-201-0/+2
|\ \ | | | | | | return the correct value when trying to get a non existing item from cache by id
| * | return the correct value when trying to get a non existing item from cache by idRobin Appelman2018-11-161-0/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #12500 from nextcloud/swift-object-not-foundMorris Jobke2018-11-203-6/+27
|\ \ \ | |_|/ |/| | forward object not found error in swift as dav 404
| * | Add PHPDoc for thrown exceptionMorris Jobke2018-11-192-0/+4
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | forward object not found error in switch as dav 404Robin Appelman2018-11-192-6/+23
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix loading of .woff2 files in .htaccessJulius Härtl2018-11-181-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-11-162-0/+10
|/
* Fix string doc type casingChristoph Wurst2018-11-154-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #12447 from nextcloud/bugfix/12446/fix-oracle-install-againMorris Jobke2018-11-151-1/+1
|\ | | | | Shorten index name of calendar changes table
| * Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-11-152-0/+2
| |
* | Merge pull request #12455 from nextcloud/twofactor-backup-settingsRoeland Jago Douma2018-11-141-1/+1
|\ \ | | | | | | Don't register twofactor_backup settings as "regular" settings
| * | Log invalid settings classRobin Appelman2018-11-141-1/+1
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / Throw exception if decryption failsRoeland Jago Douma2018-11-142-4/+11
|/ | | | | | For #11868 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix SetVcardDatabaseUID when using postgresqlRobin Appelman2018-11-131-1/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-11-134-2/+16
|
* Merge pull request #12418 from ↵Morris Jobke2018-11-121-6/+0
|\ | | | | | | | | nextcloud/bugfix/noid/do-not-show-integrity-warning-always Remove outdated integrity warning on each page
| * Remove outdated integrity warning on each pageMorris Jobke2018-11-121-6/+0
| | | | | | | | | | | | | | * integrity warning is shown during update and in the admin setup checks * there is also the plan to retire this old way of notification Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #12419 from ↵Morris Jobke2018-11-121-4/+10
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/group-creation-replace-insertIfNotExist Fix UniqueConstraintViolationException while insert into oc_groups
| * | Fix UniqueConstraintViolationException while insert into oc_groupsMorris Jobke2018-11-121-4/+10
| |/ | | | | | | | | | | | | * fixes race condition in insert * fixes potentiaol deadlock Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #12420 from nextcloud/bugfix/noid/icons-cacher-not-foundMorris Jobke2018-11-121-2/+2
|\ \ | | | | | | Ignore icons if the file could not be found
| * | Do not fail if the icon file doesn't existsJulius Härtl2018-11-121-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-1210-22/+21
|\ \ \ | |/ / |/| | Use the defined func()->count() instead of manual counting
| * | Use the defined func()->count() instead of manual countingJoas Schilling2018-11-0810-22/+21
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #12413 from ↵Morris Jobke2018-11-121-1/+12
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/9305/oc_file_locks-unique-constraint Fix UniqueConstraintViolationException while insert into oc_file_locks
| * | | Fix UniqueConstraintViolationException while insert into oc_file_locksMorris Jobke2018-11-121-1/+12
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * fixes #9305 by not being prone to the race condition in insertIfNotExists * fixes #6899 by not using a query that can result in a deadlock * replaces the insertIfNotExists call with an insert which is wrapped into a try-catch block * followup to #12371 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / | Fix UniqueConstraintViolationException while insert into oc_filecacheMorris Jobke2018-11-121-7/+18
|/ / | | | | | | | | | | | | | | * fixes #6160 by not being prone to the race condition in insertIfNotExists * fixes #12228 by not using a query that can result in a deadlock * replaces the insertIfNotExists call with an insert which is wrapped into a try-catch block Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #12371 from ↵Morris Jobke2018-11-124-6/+38
|\ \ | | | | | | | | | | | | nextcloud/bugfix/12369/catch-unique-constraint-violation-exception-in-insertIfNotExist Catch UniqueConstraintViolationException inside insertIfNotExist
| * | Add deprecation message ofr insertIfNotExistMorris Jobke2018-11-094-0/+4
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Catch UniqueConstraintViolationException inside insertIfNotExistMorris Jobke2018-11-094-6/+34
| | | | | | | | | | | | | | | | | | | | | | | | This is the most common case for the usage of this method. See also https://github.com/nextcloud/server/issues/12369 and the linked tickets. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Make sure to always load the latest icons-vars.css fileJulius Härtl2018-11-121-3/+15
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-11-122-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-11-112-0/+2
|/ /