Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | fix typo in util.php | helix84 | 2014-08-18 | 1 | -1/+1 | |
| | | ||||||
* | | Make skeleton directory configurable. | Stefan Rado | 2014-08-16 | 1 | -1/+4 | |
| | | ||||||
* | | Merge pull request #9890 from owncloud/check-php-charset-master | Thomas Müller | 2014-08-11 | 1 | -0/+7 | |
|\ \ | |/ |/| | setting and checking default_charset in php.ini to be UTF-8 | |||||
| * | setting and checking default_charset in php.ini to be UTF-8 | Thomas Müller | 2014-07-25 | 1 | -0/+7 | |
| | | ||||||
* | | Merge pull request #9798 from owncloud/ocs_share_api_add_expire_date | Björn Schießle | 2014-07-28 | 1 | -2/+17 | |
|\ \ | | | | | | | [share api] add OCS api call to set expire date for link shares | |||||
| * | | add OCS api call to set expire date for link shares | Bjoern Schiessle | 2014-07-25 | 1 | -2/+17 | |
| |/ | ||||||
* / | Verify whether the URL is valid | Lukas Reschke | 2014-07-27 | 1 | -0/+5 | |
|/ | | | | | Required for https://github.com/owncloud/mail/pull/100#issuecomment-50266017 @karlitschek Backport for stable6 and stable7 requested. | |||||
* | Remove forgotten debug log | Vincent Petry | 2014-07-03 | 1 | -1/+0 | |
| | ||||||
* | Use getAbsoluteUrl for redirection URL | Vincent Petry | 2014-07-01 | 1 | -5/+17 | |
| | | | | | Also separate the function into getDefaultPageUrl() and redirectToDefaultPage() to make it testable. | |||||
* | Support for multiple default apps | Vincent Petry | 2014-07-01 | 1 | -3/+11 | |
| | | | | | If a default app isn't visible for the user, try the next one. Else fallback to the "files" app. | |||||
* | Add bak defaultapp setting | Vincent Petry | 2014-07-01 | 1 | -1/+3 | |
| | ||||||
* | more strings to translate in utils also some fixes in defaults | Volkan Gezer | 2014-06-28 | 1 | -52/+59 | |
| | ||||||
* | Merge pull request #8383 from owncloud/object_storage | Vincent Petry | 2014-06-27 | 1 | -17/+65 | |
|\ | | | | | Object storage | |||||
| * | change architecture from inheritance to composition | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -2/+8 | |
| | | ||||||
| * | only use one config option 'objectstore' for root and home storage configuration | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -6/+6 | |
| | | ||||||
| * | fix unit test by always initializing the root of the storage in the constructor | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -11/+2 | |
| | | ||||||
| * | move creation of / and users 'files' from storage constructor to setupFS / ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -2/+11 | |
| | | | | | | | | mount initialization | |||||
| * | change 'object_storage' config param to 'root_storage' | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -10/+15 | |
| | | | | | | | | copy skeleton only for local filesystems | |||||
| * | make objectstore setup more robust, don't pass user to object store mounted ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -5/+7 | |
| | | | | | | | | as root | |||||
| * | allow configuring objectstore as home and root storage | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -7/+42 | |
| | | ||||||
* | | Prevent loadApps on upgrade | Vincent Petry | 2014-06-18 | 1 | -1/+16 | |
|/ | | | | | | Moved OC::needUpgrade() to OCP\Util::needUpgrade() to make it accessible form the router. Moved maintenance + upgrade check to the router. | |||||
* | Remove legacy routing code | Lukas Reschke | 2014-06-05 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | | | | | The getfile routing code was absolutely legacy and not needed anymore. Additionally \OC::$REQUESTEDAPP was never set to the actually accessed application. This commit removes the legacy routing code and ensures that $REQUESTEDAPP is always set so that other applications (e.g. the firewall or a two-factor authentication) can intercept the currently accessed app. Testplan: [x] Installation works [x] Login with DB works [x] Logout works [x] Login with alternate backend works (tested with user_webdavauth) [x] Other apps are accessible [x] Redirect on login works (e.g. index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fapps%3Finstalled) [x] Personal settings are accessible [x] Admin settings are accessible [x] Sharing files works [x] DAV works [x] OC::$REQUESTEDAPP contains the requested application and can be intercepted by other applications | |||||
* | Merge pull request #8884 from owncloud/move-flock-to-app | Jörn Friedrich Dreyer | 2014-06-05 | 1 | -10/+0 | |
|\ | | | | | remove file locking - code will continue to live in it's own app | |||||
| * | remove file locking - code will continue to live in it's own app | Thomas Müller | 2014-06-04 | 1 | -10/+0 | |
| | | ||||||
* | | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 1 | -1/+1 | |
|/ | | | | Updating SabreDAV namespaces | |||||
* | name the storage wrapper to make sure that we don't apply the wrapper ↵ | Bjoern Schiessle | 2014-06-04 | 1 | -2/+2 | |
| | | | | multiple times | |||||
* | flock changes. Work in progress. | ringmaster | 2014-06-04 | 1 | -0/+10 | |
| | ||||||
* | Merge pull request #7614 from owncloud/test_annotations_working | Thomas Müller | 2014-05-30 | 1 | -0/+18 | |
|\ | | | | | Check if ReflectionMethod::getDocComment is working | |||||
| * | adding annotation check to checkServer() | Thomas Müller | 2014-05-19 | 1 | -0/+6 | |
| | | ||||||
| * | Merge branch 'master' into test_annotations_working | Thomas Müller | 2014-05-19 | 1 | -46/+76 | |
| |\ | | | | | | | | | | | | | Conflicts: lib/private/util.php | |||||
| * | | Check if ReflectionMethod::getDocComment is working | Thomas Tanghus | 2014-05-09 | 1 | -0/+12 | |
| | | | ||||||
* | | | Use instanceOfStorage instead of instanceof | Robin Appelman | 2014-05-29 | 1 | -1/+4 | |
| | | | ||||||
* | | | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -0/+23 | |
| |/ |/| | ||||||
* | | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -35/+35 | |
| | | | | | | | | * test case added to avoid adding them later | |||||
* | | allow admin to enforce passwords for public link shares | Bjoern Schiessle | 2014-05-16 | 1 | -0/+10 | |
| | | ||||||
* | | Fix various code errors detected by Scrutinizer | Robin McCorkell | 2014-05-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fixed: - An error with a misplaced bracket in lib/private/util.php - An error with an incorrect function being called in lib/public/contacts.php | |||||
* | | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -5/+5 | |
| | | ||||||
* | | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 | |
| | | ||||||
* | | backup the encryption key after the encryption was disabled so that the user | Bjoern Schiessle | 2014-05-13 | 1 | -8/+28 | |
|/ | | | | can restore them if needed | |||||
* | Fix PHP Doc and use readable variable name | Lukas Reschke | 2014-05-04 | 1 | -6/+6 | |
| | ||||||
* | Fix typo | Lukas Reschke | 2014-05-04 | 1 | -2/+2 | |
| | ||||||
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -7/+8 | |
| | ||||||
* | Fix a wrong WebDAV Warning with self-signed-certs | kondou | 2014-04-13 | 1 | -0/+2 | |
| | | | | Occuring in the admin interface | |||||
* | Only encode dangerous dangerous characters | Lukas Reschke | 2014-04-11 | 1 | -1/+1 | |
| | | | | | There is no need to encode all characters into HTML entities, only potential dangerous characters as &, ", ', < and > should get encoded. This may fix issues like https://github.com/owncloud/calendar/pull/394 | |||||
* | Sub-dir was prepended twice | Thomas Tanghus | 2014-03-29 | 1 | -1/+1 | |
| | ||||||
* | Use UrlGenerator in OC\Util::redirectToDefaultPage(). Fix #7936 | Thomas Tanghus | 2014-03-28 | 1 | -4/+5 | |
| | ||||||
* | Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction ↵ | Thomas Müller | 2014-03-28 | 1 | -4/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enabled. Squashed commit of the following: commit eaf4f43f687db59137a0b00bc0e12ed4eb0d0943 Merge: 1e9c5be 1e7d7bd Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Mar 28 11:49:04 2014 +0100 Merge branch 'master' of https://github.com/kev300/core into kev300-master commit 1e7d7bdd8b5c7f301501cb822cdf2ef0ad3f2872 Author: kev300 <admin@gadeco.de> Date: Tue Dec 17 14:11:42 2013 +0100 Update util.php commit 3f0723f054a27a506be7f26932ccb54fff6f2be9 Author: kev300 <admin@gadeco.de> Date: Tue Dec 17 14:09:15 2013 +0100 Update util.php commit 512176abdcfbe5b2b060b91033abc9608912d1f8 Author: kev300 <admin@gadeco.de> Date: Tue Dec 17 14:02:04 2013 +0100 Update util.php commit 6cbefd080188d287024e0b047b88dd4525d6c2c1 Author: kev300 <admin@gadeco.de> Date: Mon Dec 16 16:44:46 2013 +0100 Update util.php Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction enabled. | |||||
* | Merge pull request #7107 from owncloud/load-apps-proper-master | Thomas Müller | 2014-03-28 | 1 | -3/+1 | |
|\ | | | | | Load apps proper master | |||||
| * | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 1 | -15/+64 | |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php | |||||
| * | | remove some more global variable $RUNTIME_NOAPPS | Thomas Müller | 2014-02-06 | 1 | -3/+1 | |
| | | |