| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework to fit with minizer | Brice Maron | 2012-06-06 | 3 | -18/+34 |
* | Change app path logic in templates | Brice Maron | 2012-06-06 | 1 | -0/+5 |
* | Correct remote and public, and last occurence of OC:: | Brice Maron | 2012-06-06 | 3 | -18/+20 |
* | Correct css file inclusion | Brice Maron | 2012-06-06 | 1 | -2/+8 |
* | Unit path and webpath, correct some more | Brice Maron | 2012-06-06 | 4 | -26/+39 |
* | Correct installer | Brice Maron | 2012-06-06 | 1 | -5/+5 |
* | First almost working version | Brice Maron | 2012-06-06 | 5 | -71/+100 |
* | avoid too-early database access and thus make owncloud installable again | Arthur Schiwon | 2012-06-06 | 1 | -12/+14 |
* | fix wrong documentation | Frank Karlitschek | 2012-06-06 | 1 | -12/+1 |
* | 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 |
* | 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 faili... | Bjoern Schiessle | 2012-06-05 | 1 | -4/+6 |
|/ |
|
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 15 | -109/+298 |
|\ |
|
| * | 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 old... | Sam Tuke | 2012-05-16 | 1 | -1/+3 |
| |/ |
|
| * | 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 |
| * | Implement default functions in OC_User backend | Bart Visscher | 2012-05-10 | 3 | -51/+39 |
* | | Calendar & Contacts: Store import progress in OC_Cache | Bart Visscher | 2012-06-04 | 2 | -0/+90 |
* | | 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 breaki... | Arthur Schiwon | 2012-06-04 | 1 | -17/+12 |
* | | 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 |