Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | touch() needs to be performed relative to user/files otherwise ownCloud ↵ | Björn Schießle | 2013-05-10 | 1 | -1/+4 |
| | | | | doesn't execute the hooks which means that etags aren't updated properly | ||||
* | don't call correctFolder() in touchHook, it will be called later in the ↵ | Björn Schießle | 2013-05-08 | 1 | -1/+0 |
| | | | | writeUpdate() | ||||
* | rename a file if it gets restored so that it no longer exists as a version. ↵ | Björn Schießle | 2013-05-08 | 1 | -1/+1 |
| | | | | Otherwise it can happen that the expire() function removes all other versions so that we end up with only one version which is exactly the same as the original file | ||||
* | 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() in Util | ||||
| * | 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 |
|\ \ | |/ |/| | Move autoloader to it's own class | ||||
| * | 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 | ||||
| * | 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 |
|\ \ | | | | | | | Add a background job to watch for external filesystem changes | ||||
| * | | Cache: check one folder and one file each time the backgroundwatcher runs | Robin Appelman | 2013-04-20 | 1 | -8/+39 |
| | | | | | | | | | | | | Because there are usually way less folders than files it walks trought the list of all folder quicker, this causes new files to be detected quicker | ||||
| * | | 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 folder | ||||
| * | | | Cache: only look for child entires when doing a move operation when moving a ↵ | Robin Appelman | 2013-04-19 | 2 | -15/+19 |
| |/ / | | | | | | | | | | folder | ||||
* | | | Merge pull request #2813 from owncloud/improve-lib-check | Bart Visscher | 2013-05-07 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | added correct check for gd and check for php-intl | ||||
| * | | | 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 #3246 from owncloud/newfile-mimetype | Morris Jobke | 2013-05-07 | 2 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Files: set the proper mimetype when creating a new text file | ||||
| * | | | | Files: set the proper mimetype when creating a new text file | Robin Appelman | 2013-05-06 | 2 | -3/+3 |
| | | | | | |||||
* | | | | | allow to set quota to zero, issue #2696 | Björn Schießle | 2013-05-07 | 1 | -5/+1 |
| | | | | | |||||
* | | | | | Merge pull request #3245 from owncloud/use-$view | Lukas Reschke | 2013-05-06 | 1 | -2/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Use the internal ownCloud view | ||||
| * | | | | Use $dir instead of $fullpath | Lukas Reschke | 2013-05-06 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Use the internal ownCloud view | Lukas Reschke | 2013-05-06 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | LDAP: do not reset UUID attribute setting when guid is detected | Arthur Schiwon | 2013-05-06 | 1 | -1/+3 |
| | | | | |||||
* | | | | Merge pull request #3120 from owncloud/ocs_properties | Bart Visscher | 2013-05-05 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Allow subclassing of OC_OCS_Result class by changing properties from 'private' to 'protected' | ||||
| * | | | | Make class properties protected instead of private to allow subclassing | Tom Needham | 2013-04-23 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #3177 from owncloud/outerHTML_compatibility | Thomas Tanghus | 2013-05-04 | 2 | -2/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | Add compatibility function for outerHTML | ||||
| * | | | | | Add compatibility function for outerHTML | Thomas Tanghus | 2013-04-29 | 2 | -2/+16 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-04 | 28 | -130/+147 |
| | | | | | | |||||
* | | | | | | Merge pull request #3230 from owncloud/fix_ldap_cachekey | Bart Visscher | 2013-05-03 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | LDAP: cachekey in set method needs to match with that one from get | ||||
| * | | | | | | LDAP: cachekey in set method needs to match with that one from get | Arthur Schiwon | 2013-05-03 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3229 from owncloud/fix_3210 | Bart Visscher | 2013-05-03 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | LDAP: remove restriction from group names to be in line with core behavi... | ||||
| * | | | | | | LDAP: remove restriction from group names to be in line with core behaviour ↵ | Arthur Schiwon | 2013-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | again | ||||
* | | | | | | | Merge pull request #3222 from owncloud/fix-3218 | Bart Visscher | 2013-05-03 | 4 | -7/+31 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix retrieving of mount points for shared storage, fix #3218 | ||||
| * | | | | | | | One more mount point fix | Michael Gapczynski | 2013-05-02 | 1 | -1/+4 |
| | | | | | | | | |||||
| * | | | | | | | Fix retrieving of mount points for shared storage, fix #3218 | Michael Gapczynski | 2013-05-02 | 3 | -6/+27 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3201 from owncloud/own_sorting_for_priorized_languages | Bart Visscher | 2013-05-03 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Sort priorized languages as defined in the array | ||||
| * | | | | | | | | Sort priorized languages as defined in the array | kondou | 2013-05-01 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add russian and arabic to the common languages. |