summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Supress any warnings if log file does not existMichael Gapczynski2012-06-051-1/+1
|
* Add OC_Cache implementation for APCBart Visscher2012-06-051-0/+46
|
* OC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache ↵Bart Visscher2012-06-051-1/+4
| | | | clean
* Spelling fixes in XCache filesBart Visscher2012-06-051-3/+2
|
* add hasKey for XCache backendRobin Appelman2012-06-051-0/+4
|
* Added hasKey() method to OC_Cache.Thomas Tanghus2012-06-052-7/+22
|
* Added data() method to OC_Image to return raw image data.Thomas Tanghus2012-06-051-4/+11
|
* add XCache backend and testcases for OC_CacheRobin Appelman2012-06-051-0/+37
|
* add OC_Cache::clearRobin Appelman2012-06-052-4/+26
|
* return null when a cache variable is not setRobin Appelman2012-06-051-3/+3
|
* add unique instance idRobin Appelman2012-06-051-0/+13
|
* Fix remap dir for CSS minimizerBart Visscher2012-06-051-1/+1
|
* Make check for writable apps dir configurableBart Visscher2012-06-051-1/+1
|
* Move setting remote_core.* to after setup of OC, also check if it is not set yetBart Visscher2012-06-051-4/+6
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-054-23/+25
|\
| * fix login for hosts running on port 80Frank Karlitschek2012-06-051-2/+2
| |
| * make groups not static, fixes oc-919Arthur Schiwon2012-06-052-17/+17
| |
| * more reliable host detection for reverse proxy serversFrank Karlitschek2012-06-052-6/+8
| |
* | write a warning to the log file if .htaccess is not writable instead of ↵Bjoern Schiessle2012-06-051-4/+6
|/ | | | failing silently
* Merge branch 'unstable'Bart Visscher2012-06-0415-109/+298
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| * Merge branch 'unstable' of gitorious.org:owncloud/owncloud into unstableSam Tuke2012-05-168-13/+198
| |\
| | * Fix empty jsfiles and cssfiles in layout templateBart Visscher2012-05-161-0/+2
| | |
| | * Combine and minimize core and default app js filesBart Visscher2012-05-164-0/+66
| | |
| | * Combine and minimize core and default app css filesBart Visscher2012-05-166-9/+126
| | |
| | * Template: Fix var nameBart Visscher2012-05-161-1/+1
| | |
| | * Template: Make getFormFactorExtension function publicBart Visscher2012-05-161-3/+3
| | |
| * | made initial testing version of expireAll for version control \ngave some ↵Sam Tuke2012-05-161-1/+3
| |/ | | | | | | old vars new camelcase names
| * Remove DOCUMENTROOT static var, and make SUBURI var privateBart Visscher2012-05-111-7/+3
| |
| * Remove unused OC static variable CONFIG_DATADIRECTORY_ROOTBart Visscher2012-05-101-4/+0
| |
| * Whitespace fixesBart Visscher2012-05-102-4/+3
| |
| * Implement default functions in OC_Group backendBart Visscher2012-05-103-26/+53
| | | | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: inGroup getUserGroups getGroups usersInGroup
| * Implement default functions in OC_User backendBart Visscher2012-05-103-51/+39
| | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: deleteUser getUsers userExists
* | Calendar & Contacts: Store import progress in OC_CacheBart Visscher2012-06-042-0/+90
| | | | | | | | | | | | Convert calendar and contacts import to use a caching system for storing the import progress percentage. OC_Cache can later be made smarter about storing values.
* | load authentication apps before checking wether user exists. fixes oc-910Arthur Schiwon2012-06-041-6/+7
| |
* | make it possible to load apps seperately. needed to fix oc-910 without ↵Arthur Schiwon2012-06-041-17/+12
| | | | | | | | breaking oc-863
* | Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-041-0/+9
|\ \
| * | 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
|/ /
* | Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-06-041-2/+2
|\ \
| * | 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
|/ /
* | http user backendRobin Appelman2012-06-031-0/+93
| |
* | Verify user exists when checking if logged in, fix for bug oc-863Michael Gapczynski2012-06-021-1/+1
| |
* | Fix typo in log messageMichael Gapczynski2012-06-011-1/+1
| |
* | Improve efficiency of retrieving log file entriesMichael Gapczynski2012-06-011-16/+19
| |
* | Merge branch 'master' of gitorious.org:owncloud/owncloudSam Tuke2012-06-011-0/+3
|\ \
| * | add a check for pdoFrank Karlitschek2012-06-011-0/+3
| | |
* | | Merge branch 'master' of gitorious.org:owncloud/owncloudSam Tuke2012-06-011-0/+8
|\| |
| * | check if apps folder is writableFrank Karlitschek2012-06-011-0/+8
| | |