Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #3326 from owncloud/fix-3321 | Lukas Reschke | 2013-05-13 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Add requesttoken to guest view | Lukas Reschke | 2013-05-13 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #3235 from NCTU-NBA/pr-langcode | Morris Jobke | 2013-05-13 | 1 | -3/+3 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge remote-tracking branch 'upstream/master' into pr-langcode | Pellaeon Lin | 2013-05-12 | 162 | -1108/+1720 | |
| |\ \ \ \ | ||||||
| * | | | | | Modify zh_* language codes | Pellaeon Lin | 2013-05-04 | 1 | -3/+3 | |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-13 | 13 | -32/+49 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #3311 from owncloud/disable_mbstring.func_overload | Morris Jobke | 2013-05-12 | 1 | -0/+1 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | disable mbstring.func_overload in setup | Thomas Tanghus | 2013-05-12 | 1 | -0/+1 | |
* | | | | | Merge pull request #3290 from owncloud/config-data | Lukas Reschke | 2013-05-12 | 3 | -5/+5 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Typo | Lukas Reschke | 2013-05-12 | 1 | -2/+2 | |
| * | | | | Get config from template | Lukas Reschke | 2013-05-12 | 3 | -5/+5 | |
|/ / / / | ||||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-12 | 119 | -941/+1260 | |
* | | | | Merge pull request #3309 from owncloud/no_explicit_autoload | icewind1991 | 2013-05-11 | 2 | -4/+5 | |
|\ \ \ \ | ||||||
| * | | | | Use new autoloader class | Thomas Tanghus | 2013-05-11 | 2 | -4/+5 | |
|/ / / / | ||||||
* | | | | Merge pull request #3296 from owncloud/disable_mbstring.func_overload | Morris Jobke | 2013-05-11 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | disable mbstring.func_overload | Thomas Tanghus | 2013-05-10 | 1 | -0/+1 | |
* | | | | | Merge pull request #3257 from owncloud/fix_3251 | Jan-Christoph Borchardt | 2013-05-10 | 1 | -2/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix #3251 | kondou | 2013-05-09 | 1 | -2/+3 | |
* | | | | | | Merge pull request #3283 from owncloud/move-legacy-fs | Morris Jobke | 2013-05-10 | 2 | -0/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Move legacy filesystem classes | Robin Appelman | 2013-05-08 | 2 | -0/+0 | |
* | | | | | | | Merge pull request #3304 from owncloud/fix_bypass_fo_file_blacklist | icewind1991 | 2013-05-10 | 2 | -12/+18 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | don't emit rename hooks on partial file renames | Jörn Friedrich Dreyer | 2013-05-10 | 1 | -2/+2 | |
| * | | | | | | rename isIgnoredFile to isPartialFile, remove check of blacklisted files in i... | Jörn Friedrich Dreyer | 2013-05-10 | 2 | -10/+16 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #3277 from owncloud/fix-change-password | Michael Gapczynski | 2013-05-09 | 2 | -2/+2 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | fix inconsistent post parameters in change password operation | Björn Schießle | 2013-05-08 | 2 | -2/+2 | |
* | | | | | | don't call correctFolder() in touchHook, it will be called later in the write... | Björn Schießle | 2013-05-08 | 1 | -1/+0 | |
* | | | | | | rename a file if it gets restored so that it no longer exists as a version. O... | Björn Schießle | 2013-05-08 | 1 | -1/+1 | |
* | | | | | | update etag for for the touched file | Björn Schießle | 2013-05-08 | 1 | -1/+9 | |
* | | | | | | touch file relative to users file folder, otherwise the hooks will be ignored | Björn Schießle | 2013-05-08 | 1 | -4/+5 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #3271 from owncloud/fix_for_util_tearDownFS | FlorinPeter | 2013-05-08 | 1 | -0/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | fix for tearDownFS, after filesystem::tearDown() the root is not mounted | Florin Peter | 2013-05-07 | 1 | -0/+1 | |
* | | | | | Merge pull request #3272 from owncloud/legacy-autoloader | Bart Visscher | 2013-05-08 | 3 | -62/+198 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Autoloader: fix loading app clases located in lib/ | Robin Appelman | 2013-05-08 | 2 | -15/+23 | |
| * | | | | Autoloader: test cases | Robin Appelman | 2013-05-07 | 1 | -5/+53 | |
| * | | | | Autoloader: load the 3rdparty libraries using prefixes | Robin Appelman | 2013-05-07 | 1 | -17/+16 | |
| * | | | | check for setlocale after setting up the paths to prevent autoloader confusion | Robin Appelman | 2013-05-07 | 1 | -2/+7 | |
| * | | | | Autoloader: add support for custom namespace paths | Robin Appelman | 2013-05-07 | 1 | -1/+19 | |
| * | | | | Autoloader: split getting the class paths and loading the class | Robin Appelman | 2013-05-07 | 1 | -7/+20 | |
| * | | | | Allow disabling the global classpath in an autoloader | Robin Appelman | 2013-05-07 | 1 | -3/+19 | |
| * | | | | Allow the autoloader to try mutliple possible paths for each path | Robin Appelman | 2013-05-07 | 1 | -24/+17 | |
| * | | | | Add per-autoloader classPath | Robin Appelman | 2013-05-07 | 1 | -3/+24 | |
| * | | | | Move autoloader to it's own class | Robin Appelman | 2013-05-07 | 2 | -56/+71 | |
|/ / / / | ||||||
* | | | | Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-app | Bart Visscher | 2013-05-07 | 10 | -42/+42 | |
|\ \ \ \ | ||||||
| * | | | | Use !== and === in user_ldap app – Part 2 | kondou | 2013-04-20 | 5 | -23/+23 | |
| * | | | | Use !== and === in user_ldap app – Part 1 | kondou | 2013-04-20 | 5 | -19/+19 | |
* | | | | | Merge pull request #3044 from owncloud/backgroundwatcher | icewind1991 | 2013-05-07 | 4 | -3/+126 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Cache: check one folder and one file each time the backgroundwatcher runs | Robin Appelman | 2013-04-20 | 1 | -8/+39 | |
| * | | | | Cache: add a backgroundjob to check for external changes to the filesystem | Robin Appelman | 2013-04-20 | 5 | -3/+96 | |
* | | | | | Merge pull request #3025 from owncloud/move-file | Michael Gapczynski | 2013-05-07 | 2 | -14/+18 | |
|\ \ \ \ \ | ||||||
| * | | | | | Cache: only look for child entires when doing a move operation when moving a ... | Robin Appelman | 2013-04-19 | 2 | -15/+19 | |
| |/ / / / |