summaryrefslogtreecommitdiffstats
path: root/lib/util.php
Commit message (Collapse)AuthorAgeFilesLines
* increase version to show that we are not the same as stableFrank Karlitschek2012-04-111-2/+2
|
* Show the different editions to the user. Used in the status call, on the ↵Frank Karlitschek2012-04-011-0/+8
| | | | personal settings page and in the updater to update to the next available version from the same edition.
* add path_hash to the filesystem cacheRobin Appelman2012-03-301-1/+1
|
* merge master into encryptionRobin Appelman2012-02-261-1/+1
|\
| * don't limit ourselfs to 32bit integersRobin Appelman2012-02-251-1/+1
| |
* | Merge branch 'master' into encryptionRobin Appelman2012-02-251-1/+1
|\|
| * remove limit from configvalue for long config valuesArthur Schiwon2012-02-241-1/+1
| |
* | provide early file system when using webdavRobin Appelman2012-02-211-1/+5
| |
* | always mount the root filesystem, sometimes we need the filesystem when not ↵Robin Appelman2012-02-211-2/+2
|/ | | | logged in
* Move the redirect_url from linkTo function to the checkLoggedIn functionBart Visscher2012-02-211-3/+4
|
* restore redirect after checkLoggedInAlessandro Cosentino2012-02-211-1/+1
|
* Move config.php writable test to update pathBart Visscher2012-02-171-4/+0
| | | | This should make it possible to use owncloud with a read-only config.php
* Use separate function to make absolute urlsBart Visscher2012-02-171-3/+3
|
* Change gallery thumbnail generation to OC_ImageBart Visscher2012-02-081-1/+1
|
* writable not writeableRobin Appelman2012-02-051-1/+1
|
* merge master into filesystemRobin Appelman2012-01-301-2/+2
|\
| * increase version number to 3. YeeHaw party!!Frank Karlitschek2012-01-271-2/+2
| |
| * bump version numberv3.0RC1Frank Karlitschek2012-01-211-2/+2
| |
* | Merge branch 'master' into filesystemRobin Appelman2012-01-201-1/+1
|\|
| * dont complain about non existing config filesRobin Appelman2012-01-161-1/+1
| |
* | initial work on filesystemviewRobin Appelman2012-01-201-1/+1
| |
* | merge master into filesystemRobin Appelman2012-01-161-0/+4
|\|
| * properly check for write permissions to the config fileRobin Appelman2012-01-151-0/+4
| |
* | merge master into filesystemRobin Appelman2012-01-081-2/+2
|\|
| * Fix sqlite detection for Ubuntu 11.10prcrst2012-01-031-1/+1
| |
| * Include PostgreSQL when checking for available database drivers.Daniel Köb2011-12-301-2/+2
| | | | | | | | Signed-off-by: Brice Maron <brice@bmaron.net>
* | Merge branch 'master' into filesystemRobin Appelman2011-12-111-16/+0
|\|
| * removed no longer used function and exec commandFrank Karlitschek2011-11-241-16/+0
| | | | | | | | security++
* | increase version to trigger database upgradeRobin Appelman2011-11-261-1/+1
| |
* | tell the user when the files are being scannedRobin Appelman2011-11-101-5/+0
| |
* | provide caching for file metadataRobin Appelman2011-11-091-0/+5
| |
* | remove the need to register storage providers, pass the classname during ↵Robin Appelman2011-11-081-1/+1
|/ | | | mounting instead
* change the error hint from suggesting to change the owner of a directory to ↵Frank Karlitschek2011-10-221-2/+2
| | | | changing the permissions. changing the owner of a director is not possible via ftp.
* make sharing work with the new mouting mechanismRobin Appelman2011-10-181-3/+0
|
* mount filesystems on demandRobin Appelman2011-10-181-28/+3
|
* Remove unnecessary exec for getting timezone and fix spacingsBrice Maron2011-10-171-6/+6
|
* Fixed a bug in checkWebserverUserJoar Wandborg2011-10-111-3/+2
| | | | | | | checkWebserverUser would return the owner of the document root instead of the owner of the web server process. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* master is now on the way to ownCloud 3v3.0alpha1Frank Karlitschek2011-10-101-2/+2
|
* redirect url fixedMarvin Thomas Rabe2011-10-041-1/+5
|
* bump version numberv2.0beta3Frank Karlitschek2011-10-021-2/+2
|
* Merge branch 'lostpassword'Bart Visscher2011-09-301-0/+8
|\ | | | | | | | | | | | | Conflicts: core/templates/login.php index.php lib/util.php
| * Move display of login page to function in OC_UtilBart Visscher2011-09-261-0/+7
| |
* | Check if the application is actually enabledBart Visscher2011-09-301-0/+10
| |
* | enhance warningThomas Schmidt2011-09-291-1/+1
| |
* | Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2011-09-281-13/+34
|\ \
| * \ Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2011-09-281-12/+23
| |\ \
| | * | enhance errormessages on setupThomas Schmidt2011-09-281-12/+23
| | | |
| * | | add check for ctypeFrank Karlitschek2011-09-281-0/+3
| |/ /
| * / check for php modulesFrank Karlitschek2011-09-271-1/+8
| |/
* / add status file. useful for external administration. show the ownClopud ↵Frank Karlitschek2011-09-281-1/+9
|/ | | | version at least in the config dialog.