summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-132-8/+8
|
* fail hard if 2fa provider can not be loaded (#25061)Christoph Wurst2016-06-131-1/+3
|
* Merge pull request #24863 from owncloud/propagator-batchingVincent Petry2016-06-103-1/+110
|\ | | | | Propagator batching for the file scanner
| * fix mtime propagation on sqliteRobin Appelman2016-06-021-3/+3
| |
| * use propagator batching in the scannerRobin Appelman2016-06-021-0/+4
| |
| * add propagator batchingRobin Appelman2016-06-022-0/+105
| |
* | Merge pull request #24898 from owncloud/avatar_repairVincent Petry2016-06-102-0/+117
|\ \ | | | | | | Repair job to fix permissions for avatars
| * | Empty string is null on oracleRoeland Jago Douma2016-06-101-1/+9
| | |
| * | Repair job to fix permissions for avatarsRoeland Jago Douma2016-06-102-0/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #22978 On some older installations the permissions for the userRoot and the avatars are not correct. This breaks since we now use the Node API in the avatar code. This repair job makes sure that the permissions are set correctly. * Unit tests added
* | | Merge pull request #25055 from owncloud/enc-cappedcache-getaccesslistVincent Petry2016-06-101-0/+3
|\ \ \ | | | | | | | | Use capped cache for encryption's user access list
| * | | Use capped cache for encryption's user access listVincent Petry2016-06-101-0/+3
| | | |
* | | | fetchall appconfig entries (#23835)Jörn Friedrich Dreyer2016-06-101-1/+3
| | | |
* | | | map oracle driver options to params (#23938)Jörn Friedrich Dreyer2016-06-101-0/+4
| |/ / |/| |
* | | Merge pull request #25051 from owncloud/2fa-raw-php-filesVincent Petry2016-06-102-1/+8
|\ \ \ | |/ / |/| | Check 2FA state for raw php files too
| * | Check 2FA state for raw php files tooChristoph Wurst2016-06-102-1/+8
| | |
* | | Merge pull request #24080 from owncloud/support-calendar-class-propertyVincent Petry2016-06-101-1/+2
|\ \ \ | | | | | | | | Extract CLASS property from calendar object and store it in the database
| * | | Implement classification migration as repair stepThomas Müller2016-06-091-1/+2
| | | |
* | | | Merge pull request #25025 from owncloud/clear_old_calendar_sharesVincent Petry2016-06-102-0/+105
|\ \ \ \ | |_|/ / |/| | | Add repair step to clean old calendar shares
| * | | Add repair step to clean old calendar/contact sharesRoeland Jago Douma2016-06-092-0/+105
| | | | | | | | | | | | | | | | fixes #21889
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-104-4/+6
| | | |
* | | | Merge pull request #25000 from owncloud/fix-email-login-davVincent Petry2016-06-092-5/+16
|\ \ \ \ | |/ / / |/| | | Allow login by email address via webdav as well
| * | | Allow login by email address via webdav as well - fixes #24791Thomas Müller2016-06-092-5/+16
| | | |
* | | | Merge pull request #25014 from owncloud/admin-datadircheck-fixVincent Petry2016-06-091-13/+24
|\ \ \ \ | | | | | | | | | | Use temporary htaccesstest.txt for data dir security check
| * | | | Use temporary htaccesstest.txt for data dir security checkVincent Petry2016-06-071-13/+24
| | | | |
* | | | | Merge pull request #24973 from owncloud/token-password-session-tokenVincent Petry2016-06-091-2/+30
|\ \ \ \ \ | |_|_|/ / |/| | | | When creating a session token, make sure it's the login password and …
| * | | | catch sessionnotavailable exception if memory session is usedChristoph Wurst2016-06-081-5/+10
| | | | |
| * | | | When creating a session token, make sure it's the login password and not a ↵Christoph Wurst2016-06-081-5/+28
| | | | | | | | | | | | | | | | | | | | device token
* | | | | Merge pull request #24826 from owncloud/cors-client-loginVincent Petry2016-06-091-6/+6
|\ \ \ \ \ | | | | | | | | | | | | use client login method on CORS routes
| * | | | | use client login method on CORS routesChristoph Wurst2016-06-081-6/+6
| |/ / / /
* | | | | Merge pull request #25028 from owncloud/scanner-user-not-setupVincent Petry2016-06-091-1/+6
|\ \ \ \ \ | |_|_|/ / |/| | | | skip scanning for a user when the user is not setup yet
| * | | | skip scanning for a user when the user is not setup yetRobin Appelman2016-06-081-1/+6
| | |/ / | |/| |
* | | | Do not log token or challenge with exception stacktrace (#25026)Joas Schilling2016-06-081-1/+27
| |/ / |/| | | | | | | | | | | | | | * Make the filtering better readable * Add some more methods to the sensitive list
* | | Merge pull request #24899 from owncloud/local-storage-symlinksVincent Petry2016-06-083-3/+38
|\ \ \ | | | | | | | | dissalow symlinks in local storages that point outside the datadir
| * | | Ignore forbidden files while scanningRobin Appelman2016-06-071-1/+6
| | | |
| * | | dissalow symlinks in local storages that point outside the datadirRobin Appelman2016-06-072-2/+32
| |/ /
* | | Merge pull request #24983 from ↵Vincent Petry2016-06-084-5/+11
|\ \ \ | | | | | | | | | | | | | | | | owncloud/issue-23776-do-not-allow-boolean-user-config Do not allow to store boolean configs, they behave unexpected on postgres
| * | | Do not allow to store boolean configs, they behave unexpected on postgresJoas Schilling2016-06-064-5/+11
| | | |
* | | | Merge pull request #24991 from owncloud/2fa-do-not-generate-tokenVincent Petry2016-06-081-0/+1
|\ \ \ \ | | | | | | | | | | do not generate device token if 2FA is enable for user
| * | | | do not generate device token if 2FA is enable for userChristoph Wurst2016-06-071-0/+1
| | | | |
* | | | | Merge pull request #24998 from owncloud/issue-24994-allow-decrypting-user-0-onlyVincent Petry2016-06-081-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Allow to decrypt user '0' files only
| * | | | | Allow to decrypt user '0' files onlyJoas Schilling2016-06-071-2/+2
| |/ / / /
* | | | | Merge pull request #25005 from owncloud/parent-storage-time-castVincent Petry2016-06-082-1/+7
|\ \ \ \ \ | | | | | | | | | | | | don't update storage mtime if we can't get the modified date
| * | | | | make sure $data['mtime'] is always a timestampRobin Appelman2016-06-071-0/+3
| | | | | |
| * | | | | don't update storage mtime if we can't get the modified dateRobin Appelman2016-06-071-1/+4
| | |_|/ / | |/| | |
* / | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-084-0/+88
|/ / / /
* | | | Merge pull request #24813 from owncloud/delete-ghost-filesVincent Petry2016-06-072-18/+33
|\ \ \ \ | |/ / / |/| | | allow deleting "ghost files" trough the View and Node api
| * | | Fix warnings when trying to get mtime of non existing filesRobin Appelman2016-06-031-3/+3
| | | |
| * | | return success when deleting ghost filesRobin Appelman2016-06-031-1/+3
| | | |
| * | | allow deleting "ghost files" trough the View and Node apiRobin Appelman2016-06-031-15/+28
| | | |
* | | | Fix second check for quota size (#24989)Joas Schilling2016-06-061-1/+1
| |/ / |/| |