Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement encodePath | Victor Dubiniuk | 2013-07-09 | 1 | -1/+16 |
* | Merge https://github.com/owncloud/core/pull/3827 | Björn Schießle | 2013-07-08 | 1 | -12/+20 |
* | eddition string should be empty by default | Björn Schießle | 2013-07-04 | 1 | -1/+1 |
* | move to non-static OC_Defaults | Björn Schießle | 2013-07-04 | 1 | -1/+1 |
* | also use the default theme if the theme is set to an empty string in the con... | Björn Schießle | 2013-06-19 | 1 | -2/+2 |
* | Merge branch 'master' into move-maint-start | Thomas Mueller | 2013-06-14 | 1 | -14/+41 |
|\ | |||||
| * | merge master into backgroundjob | Robin Appelman | 2013-06-02 | 1 | -28/+82 |
| |\ | |||||
| | * | Merge pull request #3454 from owncloud/fix_hasInternetConnection | Thomas Müller | 2013-05-31 | 1 | -5/+11 |
| | |\ | |||||
| | | * | fix method naming | Thomas Mueller | 2013-05-31 | 1 | -3/+3 |
| | | * | make method names camelCase | Georg Ehrke | 2013-05-27 | 1 | -3/+3 |
| | | * | update comment | Georg Ehrke | 2013-05-27 | 1 | -1/+1 |
| | | * | move check if internet connection is disabled on purpose to a dedicated method | Georg Ehrke | 2013-05-27 | 1 | -2/+8 |
| | | * | fix return value of OC_Util::isinternetconnectionworking() | Georg Ehrke | 2013-05-22 | 1 | -1/+1 |
| | * | | Merge pull request #3459 from owncloud/fix_for_2377 | icewind1991 | 2013-05-31 | 1 | -0/+19 |
| | |\ \ | |||||
| | | * \ | Merge branch 'master' into fix_for_2377 | Florin Peter | 2013-05-25 | 1 | -1/+1 |
| | | |\ \ | |||||
| | | * | | | prevent for returning while false normalize string | Florin Peter | 2013-05-25 | 1 | -1/+6 |
| | | * | | | added normalizeUnicode() method to OC_Util | Florin Peter | 2013-05-24 | 1 | -0/+14 |
| | * | | | | Use the new session wrapper | Robin Appelman | 2013-05-28 | 1 | -7/+7 |
| | | |/ / | | |/| | | |||||
| | * | | | Bump version for files_encryption changes | Michael Gapczynski | 2013-05-25 | 1 | -1/+1 |
| | |/ / | |||||
| | * / | allow install when only oracle is available | Jörn Friedrich Dreyer | 2013-05-22 | 1 | -1/+2 |
| | |/ | |||||
| | * | merge master into filecache_mtime | Robin Appelman | 2013-05-21 | 1 | -34/+71 |
| | |\ | |||||
| | * \ | Merge branch 'master' into filecache_mtime | Michael Gapczynski | 2013-03-08 | 1 | -44/+61 |
| | |\ \ | |||||
| | * \ \ | merge master into filecache_mtime | Robin Appelman | 2013-02-15 | 1 | -39/+73 |
| | |\ \ \ | |||||
| | * | | | | Cache: add seccond mtime field | Robin Appelman | 2013-02-10 | 1 | -1/+1 |
| * | | | | | Add database table for backgroundjob | Robin Appelman | 2013-04-21 | 1 | -1/+1 |
* | | | | | | Clear opcode caches after writing to the config file, fixes #3372 | Michael Gapczynski | 2013-05-25 | 1 | -0/+19 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | fix for tearDownFS, after filesystem::tearDown() the root is not mounted | Florin Peter | 2013-05-07 | 1 | -0/+1 |
* | | | | | Merge pull request #2813 from owncloud/improve-lib-check | Bart Visscher | 2013-05-07 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | remove hard php-intl requirement | Morris Jobke | 2013-05-07 | 1 | -5/+0 |
| * | | | | | added correct check for gd and check for php-intl | Bernhard Posselt | 2013-04-09 | 1 | -1/+6 |
* | | | | | | Merge pull request #3146 from owncloud/restart-hint | Morris Jobke | 2013-04-27 | 1 | -13/+13 |
|\ \ \ \ \ \ | |||||
| * | | | | | | web_server_restart needs to be true to display the hint | Bart Visscher | 2013-04-26 | 1 | -13/+13 |
* | | | | | | | Merge pull request #3145 from owncloud/magic_quotes_gpc-check | Morris Jobke | 2013-04-27 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add check for Magic Quotes | Bart Visscher | 2013-04-26 | 1 | -0/+5 |
| |/ / / / / / | |||||
* / / / / / / | Further seperation of mount management logic | Robin Appelman | 2013-04-26 | 1 | -0/+1 |
|/ / / / / / | |||||
* | | | | | | use variable instead of relative path to file | Bernhard Posselt | 2013-04-24 | 1 | -1/+1 |
* | | | | | | check if there is a default/ folder in the theme directory if no theme exists | Bernhard Posselt | 2013-04-24 | 1 | -0/+21 |
| |/ / / / |/| | | | | |||||
* | | | | | Cleaner isWebDAVWorking reason, otherwise people overlook the reason | Bart Visscher | 2013-04-19 | 1 | -1/+1 |
* | | | | | Remove not null constraint. Fix #2976 | Thomas Tanghus | 2013-04-17 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | fixes #2789 - no internet connectivity check if there is non on purpose | Thomas Mueller | 2013-04-08 | 1 | -0/+5 |
* | | | | Fix indentation in util.php. | Birk Borkason | 2013-04-05 | 1 | -2/+2 |
* | | | | Don't expose the server installation time | Lukas Reschke | 2013-04-04 | 1 | -1/+1 |
* | | | | Ensure instanceid contains a letter | Miquel Rodríguez Telep / Michael Rodríguez-Torrent | 2013-03-26 | 1 | -1/+2 |
* | | | | Minor typo, coding style fixes for OC_Util::getInstanceId | Miquel Rodríguez Telep / Michael Rodríguez-Torrent | 2013-03-26 | 1 | -12/+12 |
* | | | | more accurate safe_mode check - refs #2258 | Thomas Mueller | 2013-03-19 | 1 | -1/+4 |
* | | | | Add indexes and primary keys. | Thomas Tanghus | 2013-03-19 | 1 | -1/+1 |
* | | | | Revert "Add indexes and primary keys." | Thomas Tanghus | 2013-03-19 | 1 | -1/+1 |
* | | | | Add indexes and primary keys. | Thomas Tanghus | 2013-03-19 | 1 | -1/+1 |
* | | | | this is now 6.0 pre alpha | Frank Karlitschek | 2013-03-09 | 1 | -2/+2 |
* | | | | 5.0.0v5.0.0 | Frank Karlitschek | 2013-03-09 | 1 | -2/+2 |