summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove sensitive SMB arguments from exception logMorris Jobke2019-03-131-0/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #14597 from nextcloud/backport/14425/stable15Morris Jobke2019-03-084-8/+32
|\ | | | | [stable15] Do not calculate folder size for parent that also needs proper scan, fixes #3524
| * Avoid calculating folder size for parent that needs scan.Ari Selseng2019-03-084-8/+32
| | | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net>
* | Merge pull request #14596 from nextcloud/backport/14587/stable15Morris Jobke2019-03-081-1/+0
|\ \ | | | | | | [stable15] Remove Google+ from Social Sharing Bundle
| * | Remove Google+ from Social Sharing Bundle (2)Marius Blüm2019-03-081-1/+0
| |/ | | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* | Merge pull request #14534 from ↵Morris Jobke2019-03-082-0/+4
|\ \ | |/ |/| | | | | nextcloud/backport/14502/add-activities-for-group-membership-changes [stable15] Add activities for group membership changes
| * Update autoloaderJoas Schilling2019-03-052-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Use a tmp file for swift writesRoeland Jago Douma2019-03-061-1/+10
| | | | | | | | | | | | Else this leads to a seekable stream error with chunked uploads Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14416 from nextcloud/backport/14343/stable15Morris Jobke2019-03-062-5/+17
|\ \ | |/ |/| [stable15] Parse multiple navigation items
| * Generate id for navigation itemDaniel Kesselberg2019-02-271-2/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Parse multiple navigation itemsDaniel Kesselberg2019-02-272-4/+16
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2019-03-014-58/+64
| |
* | changed order of methodsTomasz Paluszkiewicz2019-02-261-1/+1
| | | | | | | | Signed-off-by: Tomasz Paluszkiewicz <tomasz.paluszkiewicz@gmail.com>
* | fix(EMailTemplate): malformed HTML in some casesTomasz Paluszkiewicz2019-02-261-0/+1
|/ | | | | | when an addBodyListItem() is not directly followed by addBodyButton(), resulting HTML is broken Signed-off-by: Tomasz Paluszkiewicz <tomasz.paluszkiewicz@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-02-262-0/+30
|
* Always query lookup server in GS modeRoeland Jago Douma2019-02-251-1/+1
| | | | | | | | Without the lookupserver GS is kind of useless. If the admin places their lookup sever outside of the reachable network that is not something we can help. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix "Undefined index: user_uid" on login pageJoas Schilling2019-02-221-4/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-02-212-0/+32
|
* Merge pull request #14312 from nextcloud/backport/14255/stable15Morris Jobke2019-02-201-0/+1
|\ | | | | [stable15] Fix ocm end-point discovery discovery
| * make sure that the ocm end-point discovery /ocm-provider is not redirected ↵Bjoern Schiessle2019-02-201-0/+1
| | | | | | | | | | | | to the index.php Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #14308 from nextcloud/backport/14178/stable15Morris Jobke2019-02-201-0/+4
|\ \ | | | | | | [stable15] Fix OC.getCurrentUser() on guest pages
| * | Fix OC.getCurrentUser() on guest pagesJoas Schilling2019-02-201-0/+4
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #14273 from nextcloud/backport/14210/stable15Roeland Jago Douma2019-02-201-2/+23
|\ \ | |/ |/| [stable15] Fix empty file uploads to S3 (and other streaming storages)
| * Fix empty file uploads to S3Roeland Jago Douma2019-02-191-2/+23
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14275 from nextcloud/backport/12573/stable15Roeland Jago Douma2019-02-205-0/+102
|\ \ | | | | | | [stable15] Do not do redirect handling when loggin out
| * | Do not do redirect handling when loggin outRoeland Jago Douma2019-02-185-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12568 Since the clearing of the execution context causes another reload. We should not do the redirect_uri handling as this results in redirecting back to the logout page on login. This adds a simple middleware that will just check if the ClearExecutionContext session variable is set. If that is the case it will just redirect back to the login page. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Set false as default for requirePNGDaniel Kesselberg2019-02-191-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Correctly determinate the owner in case of shared external storagesJoas Schilling2019-02-191-2/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fixing phpdocMaxence Lange2019-02-181-1/+1
| |/ |/| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | [tx-robot] updated from transifexNextcloud bot2019-02-172-4/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-162-0/+2
|/
* Merge pull request #14195 from nextcloud/backport/14185/stable15Roeland Jago Douma2019-02-141-3/+32
|\ | | | | [stable15] Fix recent files
| * Filter out versions and trashbinRoeland Jago Douma2019-02-141-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Loop for the recent searchRoeland Jago Douma2019-02-141-3/+26
| | | | | | | | | | | | Else it might happen that less entries than requested are returned Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * We need to initialize the storage else the jailed path is always nullRoeland Jago Douma2019-02-141-0/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14085 from nextcloud/backport/14023/stable15Roeland Jago Douma2019-02-141-1/+1
|\ \ | |/ |/| [stable15] Fix: Check if `$this->params['user']` is an array
| * Fix: Check if `$this->params['user']` is an arrayWilliam Pain2019-02-071-1/+1
| | | | | | | | Signed-off-by: William Pain <pain.william@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-02-146-2/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-1318-52/+222
| |
* | Fix the thorrtler whitelist bitmaskRoeland Jago Douma2019-02-121-2/+4
| | | | | | | | | | | | Before we actually didn't check each bit of the bitmask. Now we do. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-02-122-20/+58
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-092-0/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-084-6/+6
|/
* [tx-robot] updated from transifexNextcloud bot2019-02-0610-44/+282
|
* Fix typos and unused return valuesChristoph Wurst2019-01-301-9/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix typoBjoern Schiessle2019-01-301-2/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* log full exceptionBjoern Schiessle2019-01-301-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* handle mail send error gracefullyBjoern Schiessle2019-01-301-2/+13
| | | | | | | log the error in case a notification mail of a new share couldn't be send to the recipient and finish the share operation successfully Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #13906 from nextcloud/backport/13237/stable15Morris Jobke2019-01-301-7/+15
|\ | | | | [stable15] Improve data directory write checking for NFS mounts
| * Improve data directory write checking for NFS mountsRobert Dailey2019-01-301-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | If `is_writable()` fails, fall back to logic that attempts to create a file and then checks if it exists. If this check fails, an error occurs as it did before. Discussion on this solution was found here: https://help.nextcloud.com/t/write-errors-for-nfs-mount/23328 Fixes #7124 Signed-off-by: Robert Dailey <rcdailey@gmail.com>