summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* use null instead of -1 on all getUser()Jörn Friedrich Dreyer2012-09-014-4/+4
* translate UNIX_TIMESTAMP() into sqlite and pgsql equivilentsRobin Appelman2012-09-011-0/+4
* we still need this for pgsqlRobin Appelman2012-09-011-1/+2
* fix autoloader throwing errors for non-oc classesRobin Appelman2012-09-011-0/+2
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-015-5/+20
* allow configuring user backends in config.phpRobin Appelman2012-09-012-1/+35
* load authentication apps on loginRobin Appelman2012-09-011-1/+1
* don't throw errors in the autoloader when a class doesn't existRobin Appelman2012-09-011-5/+10
* [tx-robot] updated from transifexJenkins for ownCloud2012-09-017-0/+151
* Remove share permission for encrypted filesMichael Gapczynski2012-08-311-1/+5
* send the current owncloud version to the ocs server so that we can filter for...Frank Karlitschek2012-08-311-2/+5
* l18n support lib/updater.phpThomas Mueller2012-08-311-3/+5
* fix translations within subfolder /libThomas Mueller2012-08-311-1/+4
* fix translations within subfolder /libThomas Mueller2012-08-304-9/+9
* allow html inside app descriptionsRobin Appelman2012-08-301-0/+3
* More info about not compatible apps (app id)Bart Visscher2012-08-291-1/+1
* Fix filesystem setup for shared public link with logged in userBart Visscher2012-08-291-6/+12
* $storage shouldn't be static in OC_Cache_FileMichael Gapczynski2012-08-291-1/+1
* Fix shared storage working with user backend defined data directoriesMichael Gapczynski2012-08-291-9/+1
* Space before tab fixesBart Visscher2012-08-2910-28/+28
* Fix OC_Cache_FileBart Visscher2012-08-291-4/+4
* Remove php close at end of fileBart Visscher2012-08-294-7/+0
* Whitespace fixes in libBart Visscher2012-08-2957-326/+322
* Delete old link if user sets a passwordMichael Gapczynski2012-08-291-0/+10
* Fix password authentication for links and fix template problems for links by ...Michael Gapczynski2012-08-291-4/+6
* fixing: apps/files/ajax/scan.phpThomas Mueller2012-08-291-1/+1
* Remember storage view in OC_Cache_FileBart Visscher2012-08-281-1/+6
* Clean user cache on loginBart Visscher2012-08-282-1/+23
* Add background job for global file cache cleanupBart Visscher2012-08-282-6/+31
* Check usernames in the database as case insensitive, they are still stored ca...Michael Gapczynski2012-08-281-2/+2
* Allow share_with column to be null for linksMichael Gapczynski2012-08-281-1/+1
* beta 1Frank Karlitschek2012-08-281-2/+3
* Add Share API settings to admin pageMichael Gapczynski2012-08-271-17/+48
* Fix share collection queryMichael Gapczynski2012-08-271-28/+34
* Initial previewer for public linksMichael Gapczynski2012-08-273-16/+57
* update now(), current_timestamp and backtick replacementJörn Friedrich Dreyer2012-08-271-4/+3
* only mount every single homefolder when using sharing appGeorg Ehrke2012-08-271-3/+6
* fix filesharing for multiple data directoriesGeorg Ehrke2012-08-271-2/+6
* OC_User: getHome is an optional method, taking it out of the InterfaceArthur Schiwon2012-08-271-7/+0
* Merge branch 'master' of github.com:owncloud/coreJörn Friedrich Dreyer2012-08-271-3/+3
|\
| * make use of OC_User::getHome in lib/migrate.phpGeorg Ehrke2012-08-271-3/+3
* | return standard SQL values (sqlite3 understands CURRENT_...)Jörn Friedrich Dreyer2012-08-271-3/+3
|/
* Fix share getItems() limitMichael Gapczynski2012-08-261-2/+9
* use OC_User::getHome in lib/filesystem.phpGeorg Ehrke2012-08-261-1/+1
* enable user backends to define their own place where to store the dataGeorg Ehrke2012-08-261-3/+5
* fix c&p fail from earlier commit todayGeorg Ehrke2012-08-263-3/+3
* Merge branch 'master' of github.com:owncloud/coreGeorg Ehrke2012-08-262-5/+3
|\
| * Merge branch 'master' of github.com:owncloud/coreJörn Friedrich Dreyer2012-08-261-0/+1
| |\
| | * [tx-robot] updated from transifexJenkins for ownCloud2012-08-261-0/+1
| * | fix sharing bug introduced with oracle supportjfd2012-08-261-5/+2
| |/