aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexv19.0.0RC2Nextcloud bot2020-05-142-0/+2
|
* Merge pull request #20958 from ↵Morris Jobke2020-05-131-0/+6
|\ | | | | | | | | nextcloud/bugfix/talk-3523/allow-links-to-conversations Allow links to conversations
| * Allow links to conversationsJoas Schilling2020-05-131-0/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix return code of AppConfig::deleteUserValueMorris Jobke2020-05-131-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #20939 from nextcloud/enh/middleware/not_modifiedRoeland Jago Douma2020-05-136-20/+62
|\ | | | | Move not modified check to the middleware
| * Move the notmodified check to middleware where it belongsRoeland Jago Douma2020-05-136-20/+62
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #20897 from nextcloud/bugfix/httpcacheRoeland Jago Douma2020-05-131-5/+4
|\ \ | |/ |/| Proxy server could cache http response when it is not private
| * Add public argument to Http cacheFor()Clement Wong2020-05-101-5/+4
| | | | | | | | Signed-off-by: Clement Wong <git@clement.hk>
| * Proxy server could cache http response when it is not privateClement Wong2020-05-101-2/+2
| | | | | | | | Signed-off-by: Clement Wong <git@clement.hk>
* | [tx-robot] updated from transifexNextcloud bot2020-05-132-0/+4
| |
* | Merge pull request #20813 from nextcloud/lazy-folderMorris Jobke2020-05-124-456/+499
|\ \ | | | | | | generalize the "lazy folder" concept
| * | generalize the "lazy folder" conceptRobin Appelman2020-05-114-456/+499
| | | | | | | | | | | | | | | | | | makes it easy to use lazy intialized folder in other places Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #20858 from nextcloud/fix/20289/remember_webauth_namesChristoph Wurst2020-05-121-1/+3
|\ \ \ | | | | | | | | Remember the webauthn name of devices
| * | | Remember the webauthn name of devicesRoeland Jago Douma2020-05-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #20289 we should not reset to default once we have logged in with the device. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #20270 from nextcloud/enh/appframework/gzipRoeland Jago Douma2020-05-124-0/+93
|\ \ \ \ | | | | | | | | | | Add AppFramework compression middleware to gzip responses
| * | | | Add AppFramework GZip middleware to gzip responsesRoeland Jago Douma2020-05-124-0/+93
| | |/ / | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2020-05-124-2/+24
| | | |
* | | | Use random_bytesRoeland Jago Douma2020-05-111-7/+13
|/ / / | | | | | | | | | | | | | | | | | | Since we don't care if it is human readbale. The code is backwards compatible with the old format. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-05-112-4/+4
| | |
* | | Merge pull request #20786 from nextcloud/enh/dicontainer_cleanupRoeland Jago Douma2020-05-092-11/+1
|\ \ \ | | | | | | | | DI Cleanup
| * | | Move over the IConfig for globalscaleRoeland Jago Douma2020-05-082-8/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Remove double registrationsRoeland Jago Douma2020-05-071-3/+0
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-05-09182-3094/+74
| | |
* | | Merge pull request #20852 from nextcloud/enh/initialstate/appframeworkChristoph Wurst2020-05-085-0/+114
|\ \ \ | | | | | | | | Add InitialState Appframework service
| * | | Fix OCPSinceChecker and php-csMorris Jobke2020-05-082-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Add InitialState Appframework serviceRoeland Jago Douma2020-05-075-0/+111
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #20815 from nextcloud/share-groupid-onlyMorris Jobke2020-05-081-8/+2
|\ \ \ | | | | | | | | get only groupids in default share backend
| * | | Remove unused use statementMorris Jobke2020-05-081-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | get only groupids in default share backendRobin Appelman2020-05-041-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | instead of getting the full group object and then only using the id anyway Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Fix languages empty arrayGretaD2020-05-081-2/+11
| | | | | | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-05-084-2/+4
| |/ / |/| |
* | | Merge pull request #20782 from nextcloud/enh/appframework/appconfig_wrapperRoeland Jago Douma2020-05-075-0/+193
|\ \ \ | | | | | | | | Simple AppConfig wrapper for the AppFramework
| * | | Simple AppConfig wrapper for the AppFrameworkRoeland Jago Douma2020-05-025-0/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9 out of 10 cases apps want to access their own appconfig. Hence it would be nice not to have to enter the app id all the time. This simple wrapper just passes on the appid in all calls. Basically this allows for simpler code in the apps. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #18955 from adrb/swift_upload_large_objectsRoeland Jago Douma2020-05-061-4/+14
|\ \ \ \ | |_|/ / |/| | | Large Object support for OpenStack Swift
| * | | Large Object support for OpenStack Swift.Adrian Brzezinski2020-04-271-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now, you wouldn't be able to create objects larger that 5GB. It's somewhat related with pull #18883 Signed-off-by: Adrian Brzezinski <adrian.brzezinski@eo.pl>
* | | | Merge pull request #20787 from nextcloud/fix/resize_wrong_mimeMorris Jobke2020-05-041-0/+9
|\ \ \ \ | | | | | | | | | | Fix OC_Image new resize functions
| * | | | Fix OC_Image new resize functionsRoeland Jago Douma2020-05-021-0/+9
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Else the wrong mimetype might be set. Resulting in continious regeneration of previews when browsing. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #20749 from ↵Joas Schilling2020-05-041-1/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bug/noid/is-not-setup-via-query-false-positive PHP 7.4 excludes the arguments from stack traces by default.
| * | | composer run cs:fixDaniel Kesselberg2020-04-301-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | PHP 7.4 excludes the arguments from stack traces by default.Daniel Kesselberg2020-04-301-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | That leads to a false positive is not setup via query() but directly warning for every app because the check does not work anymore. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #20767 from nextcloud/enh/argon2id-optionsRoeland Jago Douma2020-05-011-1/+1
|\ \ \ \ | | | | | | | | | | Apply Argon2 options for Argon2id hashing as well
| * | | | Apply Argon2 options for Argon2id hashing as wellMichaIng2020-05-011-1/+1
| | | | | | | | | | | | | | | Signed-off-by: MichaIng <micha@dietpi.com>
* | | | | Update education bundleRoeland Jago Douma2020-05-011-2/+0
|/ / / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #20380 from nextcloud/design/notification-mailsRoeland Jago Douma2020-05-011-55/+49
|\ \ \ \ | | | | | | | | | | Fix design and layout of notification mails
| * | | | Fix notification mail testsJan-Christoph Borchardt2020-05-011-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Notification mails: Fix some alignment details and remove shadowJan-Christoph Borchardt2020-04-301-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Notification mails: Change font to native font stackJan-Christoph Borchardt2020-04-301-42/+42
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Notification mails: Logo bar/box to circle so it stands nicely on its ownJan-Christoph Borchardt2020-04-301-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Notification mails: Adjust vertical spacingJan-Christoph Borchardt2020-04-301-8/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Fix notification mails height issue in Nextcloud MailJan-Christoph Borchardt2020-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>