summaryrefslogtreecommitdiffstats
path: root/lib/util.php
Commit message (Expand)AuthorAgeFilesLines
* merge master into backgroundjobRobin Appelman2013-06-021-28/+82
|\
| * Merge pull request #3454 from owncloud/fix_hasInternetConnectionThomas Müller2013-05-311-5/+11
| |\
| | * fix method namingThomas Mueller2013-05-311-3/+3
| | * make method names camelCaseGeorg Ehrke2013-05-271-3/+3
| | * update commentGeorg Ehrke2013-05-271-1/+1
| | * move check if internet connection is disabled on purpose to a dedicated methodGeorg Ehrke2013-05-271-2/+8
| | * fix return value of OC_Util::isinternetconnectionworking()Georg Ehrke2013-05-221-1/+1
| * | Merge pull request #3459 from owncloud/fix_for_2377icewind19912013-05-311-0/+19
| |\ \
| | * \ Merge branch 'master' into fix_for_2377Florin Peter2013-05-251-1/+1
| | |\ \
| | * | | prevent for returning while false normalize stringFlorin Peter2013-05-251-1/+6
| | * | | added normalizeUnicode() method to OC_UtilFlorin Peter2013-05-241-0/+14
| * | | | Use the new session wrapperRobin Appelman2013-05-281-7/+7
| | |/ / | |/| |
| * | | Bump version for files_encryption changesMichael Gapczynski2013-05-251-1/+1
| |/ /
| * / allow install when only oracle is availableJörn Friedrich Dreyer2013-05-221-1/+2
| |/
| * merge master into filecache_mtimeRobin Appelman2013-05-211-34/+71
| |\
| | * fix for tearDownFS, after filesystem::tearDown() the root is not mountedFlorin Peter2013-05-071-0/+1
| | * Merge pull request #2813 from owncloud/improve-lib-checkBart Visscher2013-05-071-1/+1
| | |\
| | | * remove hard php-intl requirementMorris Jobke2013-05-071-5/+0
| | | * added correct check for gd and check for php-intlBernhard Posselt2013-04-091-1/+6
| | * | Merge pull request #3146 from owncloud/restart-hintMorris Jobke2013-04-271-13/+13
| | |\ \
| | | * | web_server_restart needs to be true to display the hintBart Visscher2013-04-261-13/+13
| | * | | Merge pull request #3145 from owncloud/magic_quotes_gpc-checkMorris Jobke2013-04-271-0/+5
| | |\ \ \
| | | * | | Add check for Magic QuotesBart Visscher2013-04-261-0/+5
| | | |/ /
| | * / / Further seperation of mount management logicRobin Appelman2013-04-261-0/+1
| | |/ /
| | * | use variable instead of relative path to fileBernhard Posselt2013-04-241-1/+1
| | * | check if there is a default/ folder in the theme directory if no theme existsBernhard Posselt2013-04-241-0/+21
| * | | Merge branch 'master' into filecache_mtimeMichael Gapczynski2013-03-081-44/+61
| |\ \ \
| * \ \ \ merge master into filecache_mtimeRobin Appelman2013-02-151-39/+73
| |\ \ \ \
| * | | | | Cache: add seccond mtime fieldRobin Appelman2013-02-101-1/+1
* | | | | | Add database table for backgroundjobRobin Appelman2013-04-211-1/+1
| |_|_|/ / |/| | | |
* | | | | Cleaner isWebDAVWorking reason, otherwise people overlook the reasonBart Visscher2013-04-191-1/+1
* | | | | Remove not null constraint. Fix #2976Thomas Tanghus2013-04-171-1/+1
| |_|_|/ |/| | |
* | | | fixes #2789 - no internet connectivity check if there is non on purposeThomas Mueller2013-04-081-0/+5
* | | | Fix indentation in util.php.Birk Borkason2013-04-051-2/+2
* | | | Don't expose the server installation timeLukas Reschke2013-04-041-1/+1
* | | | Ensure instanceid contains a letterMiquel Rodríguez Telep / Michael Rodríguez-Torrent2013-03-261-1/+2
* | | | Minor typo, coding style fixes for OC_Util::getInstanceIdMiquel Rodríguez Telep / Michael Rodríguez-Torrent2013-03-261-12/+12
* | | | more accurate safe_mode check - refs #2258Thomas Mueller2013-03-191-1/+4
* | | | Add indexes and primary keys.Thomas Tanghus2013-03-191-1/+1
* | | | Revert "Add indexes and primary keys."Thomas Tanghus2013-03-191-1/+1
* | | | Add indexes and primary keys.Thomas Tanghus2013-03-191-1/+1
* | | | this is now 6.0 pre alphaFrank Karlitschek2013-03-091-2/+2
* | | | 5.0.0v5.0.0Frank Karlitschek2013-03-091-2/+2
* | | | remove remaining br-tags that do not belong hereArthur Schiwon2013-03-091-2/+2
| |_|/ |/| |
* | | 5.0.0 RC3v5.0.0RC3Frank Karlitschek2013-03-081-2/+2
* | | Remove <br> from error messages, because they will be escaped and the used te...Arthur Schiwon2013-03-071-15/+15
* | | ownCloud 5 RC2v5.0.0RC2Frank Karlitschek2013-03-021-2/+2
* | | Escape the data only in the templateLukas Reschke2013-03-021-2/+2
* | | for this self test we don't care if the ssl certificate is self signed and th...Thomas Mueller2013-03-011-0/+3
* | | Merge pull request #2008 from owncloud/1999-requesttokenFrank Karlitschek2013-03-011-3/+7
|\ \ \