summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Greetings form Berlin by the way ;-)
* 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
| | | | remove it for now and let´s fix this later
* 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 ↵Michiel de Jong2012-05-181-1/+1
| | | | | | | | the right code should look like
| * 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 ↵Robin Appelman2012-05-171-2/+6
| | | | checking if a folder is writable instead of the folder
* add support for custom ports for mysql/pgsql by adding :portnumber to the ↵Robin Appelman2012-05-171-2/+15
| | | | database host
* 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
| | | | | | | | header('X-Frame-Options: Sameorigin'); header('X-XSS-Protection: 1; mode=block'); header('X-Content-Type-Options: nosniff'); Thanks to Lukas Reschke for reporting this issue (and many more).
* selective app loading for remote/publicRobin Appelman2012-05-141-4/+12
|
* Check if path_info is empty as well, fixes bug oc-632. Thanks to die3lustigen2.Michael Gapczynski2012-05-131-1/+1
|
* additional logging when db upgrade failsRobin Appelman2012-05-131-1/+2
|
* prevent user creation with empty passwordRobin Appelman2012-05-131-0/+5
|
* VCategories: Made a small check for categories that seems to resolv the ↵Thomas Tanghus2012-05-131-6/+10
| | | | problems in Calender. Also reverts the changes from 9e6221b229410599c28045d1956bb6e84d33cadc.
* VCategories: Suppress error messages stemming from import from file app.Thomas Tanghus2012-05-131-2/+2
|
* This is RC nowv4.0.0RCFrank Karlitschek2012-05-131-2/+2
|
* update to jquery 1.7.2Robin Appelman2012-05-121-1/+1
|
* Change sqlite escaping of identifier to double quote. Fixing some issuesBrice Maron2012-05-111-1/+1
|
* Make processed css files cachableBart Visscher2012-05-111-1/+6
|
* also set remote/public paths on installing appsRobin Appelman2012-05-111-0/+16
|
* fix sqlite3 driver against updated MDB2Robin Appelman2012-05-111-1/+1
|
* don't do the initial scanning of the users home folder trough the update systemRobin Appelman2012-05-111-2/+5
|
* add temporary filestorage backend for testing purposedRobin Appelman2012-05-112-1/+18
|
* allow clearing hooks and fileproxiesRobin Appelman2012-05-112-0/+21
|
* load remote and public paths from info.xml during upgrade instead of setting ↵Robin Appelman2012-05-111-4/+27
| | | | them every time
* the ',last' breaks all other rewrite rules and is also not there in the ↵Michiel de Jong2012-05-111-1/+1
| | | | committed .htaccess, so removing it. anybody know why it was there?
* match setup script to .htaccess from repoMichiel de Jong2012-05-111-2/+0
|