summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | | | [tx-robot] updated from transifexNextcloud bot2020-05-012-0/+4
| | | |
* | | | Fix getDirectoryContent implementation for Jail wrapperRobin Appelman2020-04-302-3/+3
| |/ / |/| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #20710 from nextcloud/fix/argon2-options-checksRoeland Jago Douma2020-04-301-10/+5
|\ \ \ | | | | | | | | Fix Argon2 options checks
| * | | Fix Argon2 options checksMichaIng2020-04-301-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum. Options are now applied the following way: - If config.php contains the setting with an integer higher or equal to the minimum, it is applied. - If config.php contains the setting with an integer lower than the minimum, the minimum is applied. - If config.php does not contain the setting or with no integer value, the PHP default is applied. Signed-off-by: MichaIng <micha@dietpi.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #20742 from nextcloud/fix/csRoeland Jago Douma2020-04-301-6/+0
|\ \ \ \ | | | | | | | | | | Run the cs fixer for green ci
| * | | | Run the cs fixer for green ciRoeland Jago Douma2020-04-301-6/+0
| | |/ / | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #20677 from ↵Joas Schilling2020-04-301-11/+25
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/followup/17718/scaling-user-provisioning Scaling user provisioning for subadmins with many groups
| * | | Don't loop over all groups to check for subadminsJoas Schilling2020-04-271-11/+24
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Patch to optimize for large installations (>5000 users >20000 groups) where ↵Mikael Hammarin2020-04-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | subadmins have access to many of groups (>250) - UsersController:editUser() calls isUserAccessible() even if the user is admin This fix reduces API calls to editUser (ex change locale/display name) from >2 minutes (!) to ~3 seconds per call in average. Signed-off-by: Mikael Hammarin <mikael@try2.se>
* | | | Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendarRoeland Jago Douma2020-04-301-0/+6
|\ \ \ \ | |_|/ / |/| | | Provide links to calendar in event creation/update activities
| * | | Provide links to calendar in event creation/update activitiesThomas Citharel2020-04-261-0/+6
| |/ / | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #18883 from adrb/optimize_swift_14116Roeland Jago Douma2020-04-302-18/+48
|\ \ \ | | | | | | | | Optimize Openstack Swift files download
| * | | It's a fix for issue #14116,Adrian Brzezinski2020-04-272-18/+48
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Improves efficiency when downloading files from Swift storage. Before, files were downloaded and then pushed back to user. That behaevior causes all kinds of performance problems. Now, files are streamed directly to user. Signed-off-by: Adrian Brzezinski <adrian.brzezinski@eo.pl>
* | | Merge pull request #20717 from nextcloud/fix/getconfig-param-definitionsRoeland Jago Douma2020-04-301-3/+3
|\ \ \ | | | | | | | | Define getSystemValueBool/Int/String function default parameter with correct type
| * | | Define getSystemValueBool/Int/String function default parameter with correct ↵MichaIng2020-04-291-3/+3
| |/ / | | | | | | | | | | | | type Signed-off-by: MichaIng <micha@dietpi.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-304-0/+14
| | |
* | | Update license headers for 19Christoph Wurst2020-04-29299-52/+314
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20650 from tekhnee/patch-1Morris Jobke2020-04-271-1/+1
|\ \ | | | | | | Adhere to EMailTemplate interface in constructor call.
| * | Adhere to EMailTemplate interface in constructor call.Tekhnee2020-04-251-1/+1
| |/ | | | | | | | | Email creation appears to have been refactored lately but it looks like custom template-based emails were left out. Signed-off-by: Tekhnee <info@tekhnee.org>
* | Merge pull request #19929 from nextcloud/bugfix/user-delete-avatarMorris Jobke2020-04-272-0/+21
|\ \ | | | | | | Delete avatar if a user is deleted
| * | Delete avatar if a user is deletedJulius Härtl2020-04-242-0/+21
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke2020-04-271-5/+0
|\ \ \ | |_|/ |/| | Fix resharing of federated shares that were created out of links
| * | Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl2020-04-211-5/+0
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>