summaryrefslogtreecommitdiffstats
path: root/lib/util.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Move some common code to OC_UtilBart Visscher2011-09-181-0/+31
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Cleanup lib/base.phpBart Visscher2011-09-181-1/+1
|
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-15/+8
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* This should actually make the 'Shared' directory automatically everytimeMichael Gapczynski2011-08-151-1/+1
|
* Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' ↵Michael Gapczynski2011-08-151-2/+2
| | | | directory
* Merge branch 'master' into sharingMichael Gapczynski2011-08-151-0/+2
|\
| * a bit of refactoring for oc_filesystem and implement user quotaRobin Appelman2011-08-151-0/+2
| |
* | Merge branch 'master' into sharingMichael Gapczynski2011-08-111-1/+1
|\| | | | | | | | | Conflicts: .gitignore
| * more work on encryptionFrank Karlitschek2011-08-111-1/+1
| |
* | Merge branch 'master' into sharingMichael Gapczynski2011-08-071-5/+11
|\| | | | | | | | | | | Conflicts: files/css/files.css lib/base.php
| * remove debugFrank Karlitschek2011-08-071-1/+0
| |
| * report the right webserver user to simplify setup and debugFrank Karlitschek2011-08-071-1/+2
| |
| * nicer error report and streamlined setupFrank Karlitschek2011-08-061-5/+11
| |
* | Merge branch 'master' into sharing. Integrate with changes in master, rename ↵Michael Gapczynski2011-07-301-0/+4
|/ | | | | | | classes Conflicts: lib/base.php
* Renaming classes :-)Jakob Sack2011-07-291-24/+24
|
* Merge branch 'master' of git://anongit.kde.org/owncloud into autoloadJakob Sack2011-07-291-2/+1
| | | | | | Conflicts: lib/base.php lib/filestorage.php
* Use autoloadJakob Sack2011-07-271-0/+245