summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* sort users and groups. fixes oc-779Frank Karlitschek2012-06-012-0/+3
* try to switch magic quotes off.Frank Karlitschek2012-06-011-0/+5
* fix oc-769Frank Karlitschek2012-06-011-1/+1
* added a serverProtocol function that correctly returns the used protocol even...Frank Karlitschek2012-06-013-8/+37
* fix oc-780Frank Karlitschek2012-05-311-1/+1
* use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek2012-05-311-2/+2
* Added & improved documentationSam Tuke2012-05-311-3/+11
* fixed typoSam Tuke2012-05-311-1/+1
* Improved class comment blockSam Tuke2012-05-311-10/+11
* added extensive class comment based on icewind's January list emailSam Tuke2012-05-311-19/+33
* fixed typos in var namesSam Tuke2012-05-311-3/+3
* clarified commentSam Tuke2012-05-311-1/+1
* Remove OC_App::register functionBart Visscher2012-05-312-40/+1
* Whitespace fixesBart Visscher2012-05-311-2/+2
* don´t hardcode /tmpFrank Karlitschek2012-05-302-2/+2
* Restrict requested app to apps directoryMichael Gapczynski2012-05-291-1/+1
* check during ownCloud upgrade if all the installed apps are compatible with t...Frank Karlitschek2012-05-261-2/+22
* update copyrightFrank Karlitschek2012-05-2637-37/+37
* only enable compatible appsFrank Karlitschek2012-05-251-2/+10
* Add HEAD request management for files ajax/download.phpBrice Maron2012-05-241-1/+7
* changed the default from Berlin to UTC.Frank Karlitschek2012-05-241-1/+1
* enable running unit tests from cliRobin Appelman2012-05-221-9/+16
* prevent apps from printing output from app.phpFlorian Hülsmann2012-05-221-0/+3
* dont throw errors when apps dont have types configuredRobin Appelman2012-05-201-1/+5
* files app is always enabledRobin Appelman2012-05-201-1/+1
* this is 5 pre alpha nowFrank Karlitschek2012-05-191-2/+2
* getStorage belongs to files not to apps.Frank Karlitschek2012-05-192-9/+9
* document the public classes a bit moreFrank Karlitschek2012-05-199-1/+25
* dont run update scripts for apps that arent enabledRobin Appelman2012-05-191-0/+3
* log upgradesRobin Appelman2012-05-192-1/+2
* strict standards fixes for sqlite3Robin Appelman2012-05-191-5/+5
* Fix redirect after login, prevent open redirectsMichael Gapczynski2012-05-181-2/+2
* "fopen(" interferes with our own classes.Frank Karlitschek2012-05-181-1/+1
* Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-05-181-1/+1
|\
| * this code looks wrong to me but i'm putting it back while we find out what th...Michiel de Jong2012-05-181-1/+1
| * make redirect safe by restricting it to current hostMichiel de Jong2012-05-181-1/+1
| * fix redirect to desired page after loginMichiel de Jong2012-05-181-1/+1
* | only try to install apps that are compatible with oC4Frank Karlitschek2012-05-181-1/+10
* | increase to RC2Frank Karlitschek2012-05-181-2/+2
|/
* improve tar archive backendRobin Appelman2012-05-181-5/+46
* when scanning a folder that is a mountpoint, use the root of the mount for ch...Robin Appelman2012-05-171-2/+6
* add support for custom ports for mysql/pgsql by adding :portnumber to the dat...Robin Appelman2012-05-171-2/+15
* update documentation of oc_user::checkpasswordRobin Appelman2012-05-174-4/+8
* make sure the group exists in the backend before adding a user to itRobin Appelman2012-05-171-1/+5
* Comment spelling fixBart Visscher2012-05-161-1/+1
* Better place to check caching headersBart Visscher2012-05-161-3/+3
* avoid corrupt ZIP files on lighttpd, should fix oc-467Arthur Schiwon2012-05-151-0/+1
* removing executable bit - againThomas Mueller2012-05-152-0/+0
* cache app types during install or updateRobin Appelman2012-05-142-10/+21
* Prevent Clickjacking by adding additional headers:Thomas Mueller2012-05-141-1/+4