summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use etags from file cache in SabreDAV connectorMichael Gapczynski2012-12-302-8/+6
* Store etags in the file cacheMichael Gapczynski2012-12-303-6/+7
* Fix data for shared root folderMichael Gapczynski2012-12-291-1/+1
* Fix shared foldersMichael Gapczynski2012-12-282-1/+1
* Retrieve storage correctly, filename is not the mountpointMichael Gapczynski2012-12-271-1/+1
* Change old is_readable to isReadable, fixes downloadsMichael Gapczynski2012-12-271-1/+1
* Fix shared statuses inside foldersMichael Gapczynski2012-12-261-1/+2
* Only folders have Create permissionMichael Gapczynski2012-12-261-1/+4
* merge master into filesystemRobin Appelman2012-12-259-75/+145
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2012-12-242-2/+10
| * Merge pull request #845 from owncloud/sqlite_errorFrank Karlitschek2012-12-221-2/+1
| |\
| | * Try to fix #836Frank Karlitschek2012-12-121-2/+1
| * | fixing variable nameThomas Müller2012-12-211-2/+2
| * | setting the timezone is now part of the login process and true part of the core.Thomas Müller2012-12-201-697/+719
| * | call it "proxy" instead of "curlproxy"root2012-12-191-4/+4
| * | make it more readable as deepdiver suggestedFrank Karlitschek2012-12-191-2/+6
| * | add curl proxy support. Fixes #504Frank Karlitschek2012-12-191-27/+28
| * | Merge pull request #961 from owncloud/check_localeFrank Karlitschek2012-12-192-0/+17
| |\ \
| | * | add a check and a warning if setlocale is workingFrank Karlitschek2012-12-192-0/+17
| * | | Merge pull request #868 from owncloud/new_doc_systemFrank Karlitschek2012-12-191-30/+1
| |\ \ \ | | |/ / | |/| |
| | * | remove PgeNavi. It's no longer usedFrank Karlitschek2012-12-131-30/+1
| | |/
| * | refs #933 send content length header - this will allow the browser to show th...Thomas Mueller2012-12-191-2/+1
| * | fixes default email sender addressRandolph Carter2012-12-191-0/+36
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-12-181-1/+27
| * | fix utf8 filenames in ie download response header according to rfc5987, see h...Jörn Friedrich Dreyer2012-12-171-1/+6
| * | Fall back to default log file if logfile config file not found, suppress writ...Michael Gapczynski2012-12-161-5/+10
| * | wrap hooks into a try, catch to prevent a faulty app from crashing the requestRobin Appelman2012-12-161-1/+5
* | | Initial support for file sharing with filesystem branchMichael Gapczynski2012-12-151-4/+4
* | | use numeric ids for storages in the filecacheRobin Appelman2012-12-153-13/+54
* | | Check sub storage isn't null or falseMichael Gapczynski2012-12-151-4/+5
* | | make sure folders that are not fully scanned are at least shallow scanned whe...Robin Appelman2012-12-151-1/+1
* | | Filecache Watcher: use scan or scanFile based on the current item, not the ca...Robin Appelman2012-12-151-2/+4
* | | dont insert and entry in the filecache during upgrade if the id already exist...Robin Appelman2012-12-151-0/+6
* | | these functions should be staticRobin Appelman2012-12-151-2/+2
* | | merge master into filesystemRobin Appelman2012-12-1519-239/+447
|\| |
| * | More style fixesBart Visscher2012-12-152-6/+7
| * | More whitespace fixesBart Visscher2012-12-153-106/+107
| * | Fix "There must be a single space between the closing parenthesis and the ope...Bart Visscher2012-12-152-5/+5
| * | Fix some of "Closing brace must be on a line by itself"Bart Visscher2012-12-152-5/+19
| * | Fix "Line indented incorrectly"Bart Visscher2012-12-157-52/+52
| * | Fix "No space found after comma in function call"Bart Visscher2012-12-152-3/+3
| * | implement getCurrentUser in Sabre Auth Connector, fixes #508Arthur Schiwon2012-12-141-0/+15
| * | use username, not passed loginname, might differArthur Schiwon2012-12-141-1/+1
| * | Merge pull request #584 from wardragon/ldap_access_userExists_fixblizzz2012-12-122-4/+9
| |\ \
| | * | Add an $excludingBackend optional parameterLorenzo M. Catucci2012-12-072-4/+9
| * | | throwing InsufficientStorage in case the quota is reachedThomas Mueller2012-12-121-1/+1
| | |/ | |/|
| * | set the session name to the instance id - which is uniqueThomas Mueller2012-12-121-0/+3
| * | Merge pull request #766 from btactic/language_autodetectThomas Müller2012-12-121-2/+8
| |\ \
| | * | Fix the loop to search al the available languages, not only the las element.Sergi Almacellas Abellana2012-12-091-4/+4
| | * | Improve autodetection of language.Sergi Almacellas Abellana2012-12-071-2/+8