Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Supress any warnings if log file does not exist | Michael Gapczynski | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | Add OC_Cache implementation for APC | Bart Visscher | 2012-06-05 | 1 | -0/+46 |
| | |||||
* | OC_Cache_File ttl=0 indicates forever, but expire in a day to keep the cache ↵ | Bart Visscher | 2012-06-05 | 1 | -1/+4 |
| | | | | clean | ||||
* | Spelling fixes in XCache files | Bart Visscher | 2012-06-05 | 1 | -3/+2 |
| | |||||
* | add hasKey for XCache backend | Robin Appelman | 2012-06-05 | 1 | -0/+4 |
| | |||||
* | Added hasKey() method to OC_Cache. | Thomas Tanghus | 2012-06-05 | 2 | -7/+22 |
| | |||||
* | Added data() method to OC_Image to return raw image data. | Thomas Tanghus | 2012-06-05 | 1 | -4/+11 |
| | |||||
* | add XCache backend and testcases for OC_Cache | Robin Appelman | 2012-06-05 | 1 | -0/+37 |
| | |||||
* | add OC_Cache::clear | Robin Appelman | 2012-06-05 | 2 | -4/+26 |
| | |||||
* | return null when a cache variable is not set | Robin Appelman | 2012-06-05 | 1 | -3/+3 |
| | |||||
* | add unique instance id | Robin Appelman | 2012-06-05 | 1 | -0/+13 |
| | |||||
* | Fix remap dir for CSS minimizer | Bart Visscher | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | Make check for writable apps dir configurable | Bart Visscher | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | Move setting remote_core.* to after setup of OC, also check if it is not set yet | Bart Visscher | 2012-06-05 | 1 | -4/+6 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Bjoern Schiessle | 2012-06-05 | 4 | -23/+25 |
|\ | |||||
| * | fix login for hosts running on port 80 | Frank Karlitschek | 2012-06-05 | 1 | -2/+2 |
| | | |||||
| * | make groups not static, fixes oc-919 | Arthur Schiwon | 2012-06-05 | 2 | -17/+17 |
| | | |||||
| * | more reliable host detection for reverse proxy servers | Frank Karlitschek | 2012-06-05 | 2 | -6/+8 |
| | | |||||
* | | write a warning to the log file if .htaccess is not writable instead of ↵ | Bjoern Schiessle | 2012-06-05 | 1 | -4/+6 |
|/ | | | | failing silently | ||||
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 15 | -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 unstable | Sam Tuke | 2012-05-16 | 8 | -13/+198 |
| |\ | |||||
| | * | Fix empty jsfiles and cssfiles in layout template | Bart Visscher | 2012-05-16 | 1 | -0/+2 |
| | | | |||||
| | * | Combine and minimize core and default app js files | Bart Visscher | 2012-05-16 | 4 | -0/+66 |
| | | | |||||
| | * | Combine and minimize core and default app css files | Bart Visscher | 2012-05-16 | 6 | -9/+126 |
| | | | |||||
| | * | Template: Fix var name | Bart Visscher | 2012-05-16 | 1 | -1/+1 |
| | | | |||||
| | * | Template: Make getFormFactorExtension function public | Bart Visscher | 2012-05-16 | 1 | -3/+3 |
| | | | |||||
| * | | made initial testing version of expireAll for version control \ngave some ↵ | Sam Tuke | 2012-05-16 | 1 | -1/+3 |
| |/ | | | | | | | old vars new camelcase names | ||||
| * | Remove DOCUMENTROOT static var, and make SUBURI var private | Bart Visscher | 2012-05-11 | 1 | -7/+3 |
| | | |||||
| * | Remove unused OC static variable CONFIG_DATADIRECTORY_ROOT | Bart Visscher | 2012-05-10 | 1 | -4/+0 |
| | | |||||
| * | Whitespace fixes | Bart Visscher | 2012-05-10 | 2 | -4/+3 |
| | | |||||
| * | Implement default functions in OC_Group backend | Bart Visscher | 2012-05-10 | 3 | -26/+53 |
| | | | | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: inGroup getUserGroups getGroups usersInGroup | ||||
| * | Implement default functions in OC_User backend | Bart Visscher | 2012-05-10 | 3 | -51/+39 |
| | | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: deleteUser getUsers userExists | ||||
* | | Calendar & Contacts: Store import progress in OC_Cache | Bart Visscher | 2012-06-04 | 2 | -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-910 | Arthur Schiwon | 2012-06-04 | 1 | -6/+7 |
| | | |||||
* | | make it possible to load apps seperately. needed to fix oc-910 without ↵ | Arthur Schiwon | 2012-06-04 | 1 | -17/+12 |
| | | | | | | | | breaking oc-863 | ||||
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Bjoern Schiessle | 2012-06-04 | 1 | -0/+9 |
|\ \ | |||||
| * | | update file paths in filecache when the parent is renamed | Robin Appelman | 2012-06-04 | 1 | -0/+9 |
| | | | |||||
* | | | don't allow user to delete Shared dir via webdav and sync client (bug #774) | Bjoern Schiessle | 2012-06-04 | 1 | -2/+4 |
|/ / | |||||
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-06-04 | 1 | -2/+2 |
|\ \ | |||||
| * | | no move (rename) operation for "Shared" directory | Bjoern Schiessle | 2012-06-04 | 1 | -1/+1 |
| | | | |||||
| * | | Don't allow user to delete, rename and re-share the "Shared" directory | Bjoern Schiessle | 2012-06-04 | 1 | -1/+1 |
| | | | |||||
* | | | add deprecated warning | Frank Karlitschek | 2012-06-04 | 1 | -1/+2 |
|/ / | |||||
* | | http user backend | Robin Appelman | 2012-06-03 | 1 | -0/+93 |
| | | |||||
* | | Verify user exists when checking if logged in, fix for bug oc-863 | Michael Gapczynski | 2012-06-02 | 1 | -1/+1 |
| | | |||||
* | | Fix typo in log message | Michael Gapczynski | 2012-06-01 | 1 | -1/+1 |
| | | |||||
* | | Improve efficiency of retrieving log file entries | Michael Gapczynski | 2012-06-01 | 1 | -16/+19 |
| | | |||||
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Sam Tuke | 2012-06-01 | 1 | -0/+3 |
|\ \ | |||||
| * | | add a check for pdo | Frank Karlitschek | 2012-06-01 | 1 | -0/+3 |
| | | | |||||
* | | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Sam Tuke | 2012-06-01 | 1 | -0/+8 |
|\| | | |||||
| * | | check if apps folder is writable | Frank Karlitschek | 2012-06-01 | 1 | -0/+8 |
| | | |