aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add cache for getStorage and getInternalPath functions.Bart Visscher2012-06-081-2/+10
| | | | These are called for almost every file operation.
* Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_FileBart Visscher2012-06-082-5/+17
| | | | Speeds up access of directories with large number of files.
* Comment layout and spelling fixesBart Visscher2012-06-083-9/+14
|
* generate a random salt during installation and store it in the config.php. ↵Frank Karlitschek2012-06-082-3/+7
| | | | use it to salt the password hashing.
* Use the default parameter of OC_Config::getValue to set defaultsBart Visscher2012-06-071-12/+2
|
* Better handling of core.css and core.jsBart Visscher2012-06-072-7/+5
| | | | | Fixes calling remote.php on install. Fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-933
* Make it easier to subclass OC_L10N.Thomas Tanghus2012-06-071-0/+4
|
* Add layer to select fast or slow cache for storing valuesBart Visscher2012-06-062-0/+65
|
* git statusBartek Przybylski2012-06-061-2/+30
|
* avoid too-early database access and thus make owncloud installable againArthur Schiwon2012-06-061-12/+14
|
* fix wrong documentationFrank Karlitschek2012-06-061-12/+1
|
* 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
|\ \