summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | add locks in the scanner to prevent multiple scanners running on the same filesRobin Appelman2016-04-251-0/+2
|/ /
* | Merge pull request #24196 from owncloud/backport-24183-change-background-job-...Thomas Müller2016-04-221-3/+3
|\ \
| * | Change the sort order of background jobs to be DESC instead of ASCJoas Schilling2016-04-221-3/+3
* | | Merge pull request #24195 from owncloud/stable9-fs-initmountpoint-nulluserThomas Müller2016-04-221-0/+3
|\ \ \
| * | | Throw NoUserException when attempting to init mount point for null userVincent Petry2016-04-221-0/+3
| |/ /
* | | Merge pull request #24158 from owncloud/encryped-size-progation-9Thomas Müller2016-04-222-1/+11
|\ \ \ | |/ / |/| |
| * | dont do optimized size propagation for encrypted filesRobin Appelman2016-04-212-1/+11
* | | Merge pull request #24131 from owncloud/dont-transfer-files-to-not-ready-user...Thomas Müller2016-04-222-0/+31
|\ \ \
| * | | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-202-0/+31
* | | | [stable9] Ignore certificate file if it starts with file://Lukas Reschke2016-04-211-0/+7
| |/ / |/| |
* | | Merge pull request #24129 from owncloud/stable9_24098Thomas Müller2016-04-211-0/+2
|\ \ \
| * | | When the scanner detects a file is changed clear checksumRoeland Jago Douma2016-04-201-0/+2
* | | | Merge pull request #24134 from owncloud/fix-problems-caused-by-updaterThomas Müller2016-04-214-0/+129
|\ \ \ \
| * | | | Add repair step for updater issuesLukas Reschke2016-04-204-0/+129
* | | | | Write .htaccess also from CLILukas Reschke2016-04-201-7/+15
| |_|/ / |/| | |
* | | | Merge pull request #23576 from owncloud/background-scan-unscanned-9Thomas Müller2016-04-201-19/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | handle completely unscanned storages in the background scannerRobin Appelman2016-03-241-19/+31
* | | | preserve information if it is a rename operation or notBjörn Schießle2016-04-201-3/+4
| |/ / |/| |
* | | Merge pull request #23924 from josh4trunks/stable9Thomas Müller2016-04-131-1/+1
|\ \ \
| * | | Backport #23752 to stable9Joshua Ruehlig2016-04-111-1/+1
* | | | Merge pull request #23930 from owncloud/stable9-backport-23901Thomas Müller2016-04-121-2/+9
|\ \ \ \
| * | | | Catch the AutoloadNotAllowedException also for legacy jobsMorris Jobke2016-04-121-2/+9
* | | | | Merge pull request #23784 from owncloud/stable9-backport-23304Thomas Müller2016-04-122-2/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Correctly return an empty string for empty filesJoas Schilling2016-04-081-3/+9
| * | | | Fix PHP memory leak in file_get_contents()Morris Jobke2016-04-042-2/+9
* | | | | Prevent null to be passed into the closure of callForAllUsersThomas Müller2016-04-072-10/+14
* | | | | Merge pull request #23572 from owncloud/stabe9-release-notesThomas Müller2016-04-062-0/+112
|\ \ \ \ \
| * | | | | Remove duplicated messageJoas Schilling2016-04-061-16/+5
| * | | | | Show hint in CLIVictor Dubiniuk2016-04-063-26/+19
| * | | | | Show release notesVictor Dubiniuk2016-04-052-0/+16
| * | | | | Show cli notice for big installationsVictor Dubiniuk2016-04-051-10/+19
| * | | | | Add releasenotes classVictor Dubiniuk2016-04-051-0/+105
| |/ / / /
* | | | | Merge pull request #23574 from owncloud/sabre-plugin-browser-error-page-stable9Thomas Müller2016-04-062-1/+12
|\ \ \ \ \
| * | | | | Add magical regex to catch browsersLukas Reschke2016-03-241-0/+8
| * | | | | In case of exception we return an html page in case the client is a browserThomas Müller2016-03-241-1/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'stable9' into dont-collide-with-php-internalsC. Montero Luque2016-04-061-1/+1
|\ \ \ \ \
| * | | | | [stable9] Fix conditional check in MySQL setupDaniel Hansson2016-04-051-1/+1
| | |/ / / | |/| | |
* / | | | Use static methodLukas Reschke2016-04-051-3/+2
|/ / / /
* | | | Merge pull request #23541 from owncloud/backport-23515-menu-languageThomas Müller2016-04-041-6/+4
|\ \ \ \
| * | | | Fix the translations of the User menuJoas Schilling2016-03-241-6/+4
* | | | | [stable9] Read available l10n files also from theme folderMorris Jobke2016-04-042-15/+39
* | | | | Also replace password in updatePrivateKeyPasswordLukas Reschke2016-04-011-1/+1
| |_|/ / |/| | |
* | | | Properly handle return values of OC_App::getAppInfo()Morris Jobke2016-04-013-1/+19
* | | | Merge pull request #23709 from owncloud/stable9-make-sure-that-encrypted-vers...Thomas Müller2016-04-011-2/+7
|\ \ \ \
| * | | | Make sure that the encrypted version is setLukas Reschke2016-03-311-2/+7
* | | | | fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-316-62/+160
|/ / / /
* | | | Merge pull request #23640 from owncloud/backport-23545-lock-mountpoint-on-rem...Thomas Müller2016-03-311-0/+4
|\ \ \ \
| * | | | Lock the mountpoint while removingJoas Schilling2016-03-301-0/+4
* | | | | Merge pull request #23659 from owncloud/backport-23654-xcache-availablilityThomas Müller2016-03-311-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | xcache.var_size with 64M should evaluate to isAvailableJoas Schilling2016-03-301-1/+1