summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add TTL tests for OC_CacheRobin Appelman2012-06-051-0/+9
|
* add hasKey for XCache backendRobin Appelman2012-06-052-0/+9
|
* Contacts: Use OC_Cache for contact photo handling instead of temp dir.Thomas Tanghus2012-06-057-124/+88
|
* 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-054-0/+133
|
* 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-052-2/+2
|
* Make check for writable apps dir configurableBart Visscher2012-06-052-1/+6
|
* Move setting remote_core.* to after setup of OC, also check if it is not set yetBart Visscher2012-06-051-4/+6
|
* show pictures in folder with special characters, e.g. '+'Bjoern Schiessle2012-06-051-1/+1
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-055-24/+26
|\
| * Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-06-051-1/+1
| |\
| | * Per user quota didn't show in FF (and possibly IE) ↵Thomas Tanghus2012-06-051-1/+1
| | | | | | | | | | | | http://forum.owncloud.org/viewtopic.php?f=4&t=2716&p=5373#p5324.
| * | 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
| |
| * Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-06-051-3/+3
| |\
| * | 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
* | xss vulnerability fixedBjoern Schiessle2012-06-051-3/+3
|/
* Merge branch 'master' of gitorious.org:owncloud/owncloudBjoern Schiessle2012-06-0549-267/+1519
|\
| * Contacts: Cache standard photo less aggressivelyThomas Tanghus2012-06-051-1/+1
| |
| * comment out non working codeFrank Karlitschek2012-06-051-2/+3
| |
| * Load apps before minimizing the core css and jsBart Visscher2012-06-041-0/+2
| |
| * Tasks: styling fixesBart Visscher2012-06-041-4/+5
| |
| * Merge branch 'unstable'Bart Visscher2012-06-0435-200/+1359
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-223-0/+292
| | |\
| | | * Initial support for Amazon S3 storage backendMichael Gapczynski2012-05-163-0/+292
| | | |
| | * | Merge branch 'unstable' of gitorious.org:owncloud/owncloud into unstableSam Tuke2012-05-1614-14/+1058
| | |\|
| | | * Fix empty jsfiles and cssfiles in layout templateBart Visscher2012-05-161-0/+2
| | | |
| | | * Combine and minimize core and default app js filesBart Visscher2012-05-168-3/+688
| | | |
| | | * Combine and minimize core and default app css filesBart Visscher2012-05-1611-10/+367
| | | |
| | | * 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-165-32/+98
| | |/ | | | | | | | | | old vars new camelcase names
| | * added phpdoc commentSam Tuke2012-05-161-2/+5
| | |
| | * Merge branch 'unstable' of gitorious.org:owncloud/owncloud into unstableSam Tuke2012-05-160-0/+0
| | |\
| | | * added recognition of which version is 'current' - which is currently live ↵Sam Tuke2012-05-163-20/+59
| | | | | | | | | | | | | | | | and in use on history page
| | * | added recognition of which version is 'current' - which is currently live ↵Sam Tuke2012-05-163-20/+59
| | |/ | | | | | | | | | and in use on history page
| | * fixed some include path issuesSam Tuke2012-05-154-63/+25
| | | | | | | | | | | | | | | imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php
| | * fixed 'delete' label so it doesn't break translationsSam Tuke2012-05-151-1/+1
| | |
| | * Remove DOCUMENTROOT static var, and make SUBURI var privateBart Visscher2012-05-111-7/+3
| | |
| | * Gallery: Use App storage instead of contructing our own pathBart Visscher2012-05-106-21/+20
| | |
| | * Remove unused OC static variable CONFIG_DATADIRECTORY_ROOTBart Visscher2012-05-101-4/+0
| | |
| | * Whitespace fixesBart Visscher2012-05-104-26/+23
| | |
| | * 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-104-52/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: deleteUser getUsers userExists
| * | Fix newline in codeBart Visscher2012-06-041-2/+3
| | |