summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25776 from owncloud/stable9.1-eaecf0cfa9094eb5224e568b7bd...Vincent Petry2016-08-161-5/+9
|\
| * [stable9.1] Merge pull request #25652 from owncloud/fix-getQuota-on-nullVincent Petry2016-08-111-5/+9
* | Merge pull request #25789 from owncloud/stable9.1-usermountcache-hell-shortcu...Vincent Petry2016-08-164-100/+122
|\ \
| * | Flag to not recurse into shared mounts in getPathVincent Petry2016-08-151-1/+8
| * | Lazy init shared storage by tweaking jailVincent Petry2016-08-152-95/+106
| * | Get shared storage numeric id directly from DBVincent Petry2016-08-151-4/+8
* | | Store the shared propagator instanceVincent Petry2016-08-151-4/+6
|/ /
* / [stable9.1] getJailedPath expects $path to have a trailing / (#25703)Thomas Müller2016-08-091-0/+3
|/
* [stable9.1] Group shares with same source and target (#25534)Vincent Petry2016-07-262-0/+335
* [stable9.1] Fixes undefined two-factor-providers (#25605) (#25606)Thomas Müller2016-07-251-9/+11
* [stable9.1] Use explode() instead of split() - fixes #25483 (#25488) (#25499)Thomas Müller2016-07-241-1/+1
* [stable9.1] Adding certificate revocation list and validate if the app certif...Vincent Petry2016-07-132-3/+23
* [stable9.1] Workaround to check htaccess in case of redirects (#25434)Vincent Petry2016-07-131-1/+2
* [stable9.1] Revert invalid commits from master->stable9.1 merge (#25420)Vincent Petry2016-07-082-7/+7
* [stable9.1] Use named parameter instead of direct value for system tags searc...Thomas Müller2016-07-071-1/+1
* Merge pull request #25356 from owncloud/checkupgrade-bypassVincent Petry2016-07-051-3/+15
|\
| * Bypass upgrade page when occ controller is requestedVictor Dubiniuk2016-07-051-3/+15
* | fix swift primary object store test (#25281)Thomas Müller2016-07-051-1/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2016-07-052-0/+2
|/
* Merge pull request #25240 from owncloud/remove-svgMorris Jobke2016-07-042-7/+7
|\
| * remove png references in coreHendrik Leppelsack2016-07-012-7/+7
* | [tx-robot] updated from transifexJenkins for ownCloud2016-07-042-0/+22
* | [tx-robot] updated from transifexJenkins for ownCloud2016-07-032-0/+4
* | [tx-robot] updated from transifexJenkins for ownCloud2016-07-022-0/+12
|/
* Various database migration fixes (#25209)Thomas Müller2016-06-295-1/+93
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-294-0/+30
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-282-0/+4
* Fix getting the certificate bundle for dav external storage (#25274)Robin Appelman2016-06-271-1/+6
* Login hooks (#25260)Christoph Wurst2016-06-271-40/+61
* handle unavailable fed shares while testing for availability (#25277)Robin Appelman2016-06-271-3/+3
* Merge pull request #25250 from owncloud/linkshare-includedeletewithuploadpermsVincent Petry2016-06-272-6/+24
|\
| * Repair step to adjust link share delete permissionsVincent Petry2016-06-241-0/+23
| * Add explicit delete permission to link sharesVincent Petry2016-06-241-6/+1
* | Merge pull request #25258 from owncloud/integritycheck-whennotinstalledVincent Petry2016-06-271-3/+12
|\ \
| * | Make code integrity check work when OC is not installed yetVincent Petry2016-06-241-3/+12
| |/
* / check login name when authenticating with client tokenChristoph Wurst2016-06-241-2/+11
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-242-2/+112
* Merge pull request #25172 from owncloud/token-login-validationVincent Petry2016-06-226-96/+174
|\
| * fix unit test warning/errorsChristoph Wurst2016-06-201-11/+9
| * fix nitpickChristoph Wurst2016-06-201-2/+3
| * dont create a session token for clients, validate the app password insteadChristoph Wurst2016-06-171-8/+24
| * store last check timestamp in token instead of sessionChristoph Wurst2016-06-176-76/+150
| * use token last_activity instead of session valueChristoph Wurst2016-06-173-21/+10
* | occ web executor (#24957)VicDeo2016-06-222-4/+18
* | Merge pull request #25208 from owncloud/uploadfolder-firemkdirhooksforparentsVincent Petry2016-06-221-1/+22
|\ \
| * | Fire hooks for mkdir for folder uploadkarakayasemi2016-06-211-1/+22
* | | redirect to new login route (#25099)Christoph Wurst2016-06-211-5/+6
* | | update session token password on user password changeChristoph Wurst2016-06-213-0/+44
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-212-0/+6
* | | Merge pull request #25162 from owncloud/password-login-forbidden-hintVincent Petry2016-06-203-19/+56
|\ \ \