summaryrefslogtreecommitdiffstats
path: root/lib/util.php
Commit message (Expand)AuthorAgeFilesLines
* i just learned that we also have to check if directories are readable. it sea...Frank Karlitschek2012-09-161-3/+3
* mark as an updated beta 3 with some more fixesFrank Karlitschek2012-09-131-1/+1
* this is now 4.5 beta 3Frank Karlitschek2012-09-121-2/+2
* Merge branch 'master' into share_expirationMichael Gapczynski2012-09-121-80/+103
|\
| * added hint to restart the web server in case recetly installed php modules ar...Thomas Mueller2012-09-111-0/+14
| * adding space between) and {Thomas Mueller2012-09-071-58/+58
| * add check for zlibFrank Karlitschek2012-09-071-0/+3
| * clear user filecache after the user mount configuration has changedRobin Appelman2012-09-061-0/+7
| * Add url-params to url with new parameter in linkTo functionBart Visscher2012-09-031-1/+1
| * 4.5 beta 2v4.5.0beta2Frank Karlitschek2012-09-031-2/+2
| * Fix filesystem setup for shared public link with logged in userBart Visscher2012-08-291-6/+12
| * Fix shared storage working with user backend defined data directoriesMichael Gapczynski2012-08-291-9/+1
| * Space before tab fixesBart Visscher2012-08-291-1/+1
| * Whitespace fixes in libBart Visscher2012-08-291-9/+9
| * Allow share_with column to be null for linksMichael Gapczynski2012-08-281-1/+1
| * beta 1Frank Karlitschek2012-08-281-2/+3
* | Add expiration column to share table and bump version numberMichael Gapczynski2012-09-121-1/+1
|/
* only mount every single homefolder when using sharing appGeorg Ehrke2012-08-271-3/+6
* fix filesharing for multiple data directoriesGeorg Ehrke2012-08-271-2/+6
* enable user backends to define their own place where to store the dataGeorg Ehrke2012-08-261-3/+5
* 4.5 alpha 1Frank Karlitschek2012-08-211-2/+2
* Bump version number for Share APIMichael Gapczynski2012-08-191-1/+1
* bump version to reate new tablesJakob Sack2012-08-111-1/+1
* Use OC_Util::displayLoginPage and cleanup the functionBart Visscher2012-08-101-3/+14
* Added function to make url absoluteBart Visscher2012-08-071-2/+2
* Change hardcoded urls to use linkTo functionBart Visscher2012-08-061-2/+8
* Merge branch 'master' into subadminGeorg Ehrke2012-07-261-33/+26
|\
| * some indention fixesRobin Appelman2012-07-241-33/+26
* | Merge branch 'master' into subadminGeorg Ehrke2012-07-211-2/+0
|\|
| * fix unused variablesRobin Appelman2012-07-201-2/+0
* | subadmins can now add usersGeorg Ehrke2012-07-151-6/+3
* | some work on subadminsGeorg Ehrke2012-07-091-1/+21
|/
* More helpfull debug msg for redirectToDefaultPageBart Visscher2012-07-041-4/+5
* Spelling fixesBart Visscher2012-06-221-3/+4
* Enhance hint about writable app directoryBrice Maron2012-06-221-1/+2
* Correct writable check for app dirBrice Maron2012-06-211-3/+5
* check if the data directory is accessible via http. Show a big security warni...Frank Karlitschek2012-06-211-7/+46
* Prefer requested app before redirecting to default pageBart Visscher2012-06-201-1/+5
* Delay setup of FS until OC_Filesystem is usedBart Visscher2012-06-201-3/+5
* Small code reorderBart Visscher2012-06-201-5/+6
* Remove OC::$CONFIG_DATADIRECTORY, not usedBart Visscher2012-06-191-17/+17
* Move check code from setupFS to checkServerBart Visscher2012-06-191-34/+20
* introducing a sanitize HTML function for the internal and the public API. ThisBjoern Schiessle2012-06-191-1/+16
* Added JSON methods for CSRF prevention. Make request token accessible from te...Thomas Tanghus2012-06-131-22/+21
* fix time callFrank Karlitschek2012-06-131-1/+1
* Allow same host redirects (/somepath).Thomas Tanghus2012-06-111-1/+2
* implement a simple request token session garbage collectorFrank Karlitschek2012-06-111-0/+18
* Mount personal mount points into filesystemMichael Gapczynski2012-06-101-0/+9
* Bump version to trigger db update.Thomas Tanghus2012-06-091-1/+1
* add two csrf check calls. Review and lot´s of porting needed.Frank Karlitschek2012-06-091-0/+56