summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* update file paths in filecache when the parent is renamedRobin Appelman2012-06-041-0/+9
|
* don't allow user to delete Shared dir via webdav and sync client (bug #774)Bjoern Schiessle2012-06-041-2/+4
|
* no move (rename) operation for "Shared" directoryBjoern Schiessle2012-06-041-1/+1
|
* Don't allow user to delete, rename and re-share the "Shared" directoryBjoern Schiessle2012-06-041-1/+1
|
* add deprecated warningFrank Karlitschek2012-06-041-1/+2
|
* 4.0.1v4.0.1Frank Karlitschek2012-06-031-2/+2
|
* Verify user exists when checking if logged in, fix for bug oc-863Michael Gapczynski2012-06-021-1/+1
|
* Improve efficiency of retrieving log file entriesMichael Gapczynski2012-06-011-16/+19
|
* add a pdo checkFrank Karlitschek2012-06-011-0/+3
|
* add check if apps folder is writable. needed to install 3rd party appsFrank Karlitschek2012-06-011-2/+11
|
* fix proper error reportingFrank Karlitschek2012-06-011-0/+1
|
* sort users and groups. fixes oc-779Frank Karlitschek2012-06-012-0/+3
|
* switch magic quotes off.Frank Karlitschek2012-06-011-0/+5
| | | | they are evil and deprecated
* fix oc-874Frank Karlitschek2012-06-011-1/+1
|
* added a serverProtocol function that correctly returns the used protocol ↵Frank Karlitschek2012-06-013-12/+40
| | | | even if the ssl connection is terminated at a reverse_proxy or at a load balancer
* fix oc-780Frank Karlitschek2012-05-311-1/+1
|
* use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek2012-05-312-5/+7
|
* don´t hardcode /tmpFrank Karlitschek2012-05-302-2/+2
|
* mark as 4.0.1 preFrank Karlitschek2012-05-291-1/+1
|
* Restrict requested app to apps directoryMichael Gapczynski2012-05-291-1/+1
|
* Set table prefix if not set in postgresql installBrice Maron2012-05-281-1/+1
|
* check during ownCloud upgrade if all the installed apps are compatible with ↵Frank Karlitschek2012-05-261-3/+34
| | | | the new ownCloud version. Disable them if not
* Add HEAD request management for files ajax/download.phpBrice Maron2012-05-251-1/+7
|
* use UTC instead of Berlin as defaultFrank Karlitschek2012-05-241-1/+1
|
* dont throw errors when apps dont have types configuredRobin Appelman2012-05-201-1/+5
|
* files app is always enabledRobin Appelman2012-05-201-1/+1
|
* 4Frank Karlitschek2012-05-191-1/+1
|
* 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
|