Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement Tag and TagMapper classes. | Bernhard Reiter | 2014-10-14 | 6 | -99/+262 |
| | | | | | Subclassed from \OCP\AppFramework\Db\Entity and Mapper, respectively. This will allow us to also deal with shared tags. | ||||
* | Remove redundant null initializations. | Bernhard Reiter | 2014-10-14 | 2 | -4/+4 |
| | |||||
* | Test addMultiple() with $sync=true. | Bernhard Reiter | 2014-10-14 | 2 | -1/+31 |
| | |||||
* | Test Tags::getFavorites(). | Bernhard Reiter | 2014-10-14 | 1 | -0/+2 |
| | |||||
* | Fix a comment. | Bernhard Reiter | 2014-10-14 | 1 | -2/+2 |
| | |||||
* | Merge pull request #11543 from owncloud/closeSessionForAppsLoading | Thomas Müller | 2014-10-13 | 1 | -0/+1 |
|\ | | | | | Close session when loading apps | ||||
| * | Close session when loading apps | Lukas Reschke | 2014-10-13 | 1 | -0/+1 |
| | | | | | | | | Otherwise the session is blocked while all remote apps are loaded. This can be very annoying especially when apps.owncloud.com is down or not reachable. | ||||
* | | Merge pull request #11546 from owncloud/users-deletewithfilecache | Vincent Petry | 2014-10-13 | 1 | -1/+1 |
|\ \ | | | | | | | Retrieve storage numeric id earlier when still available | ||||
| * | | Retrieve storage numeric id earlier when still available | Vincent Petry | 2014-10-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The numeric id is only available before the storage entry is deleted, so get it at that time. | ||||
* | | | Merge pull request #11542 from owncloud/fix_failing_unit_tests | Björn Schießle | 2014-10-13 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | distinguish between file dependent shares and other shares | ||||
| * | | | distinguish between file dependent shares and other shares | Bjoern Schiessle | 2014-10-13 | 1 | -2/+3 |
| |/ / | |||||
* | | | Merge pull request #11537 from owncloud/filenamewithzeroes | Vincent Petry | 2014-10-13 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fixed array detection on public download | ||||
| * | | Fixed array detection on public download | Vincent Petry | 2014-10-13 | 1 | -1/+1 |
|/ / | | | | | | | | | When downloading a folder called "0001" PHP should fallback to parsing it as string and properly detect that it is not a JSON array. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-13 | 15 | -15/+15 |
| | | |||||
* | | Merge pull request #11367 from owncloud/removeIsMimeSupported | Lukas Reschke | 2014-10-12 | 1 | -3/+1 |
|\ \ | | | | | | | Remove uneeded slicing of element | ||||
| * | | Remove uneeded slicing of element | Lukas Reschke | 2014-09-30 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | The "*/*" provider has been removed. This is therefore not needed anymore and leads to unexpected bugs. Please notice that this is only relevant for master. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-12 | 16 | -14/+107 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-11 | 17 | -63/+82 |
| | | | |||||
* | | | Merge pull request #11507 from owncloud/versioning_expire | Björn Schießle | 2014-10-10 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | make sure that we always delete oldest first | ||||
| * | | | make sure that we always delete oldest first | Bjoern Schiessle | 2014-10-09 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #11380 from owncloud/fix_performance_issue_sharing | Björn Schießle | 2014-10-10 | 4 | -18/+213 |
|\ \ \ \ | |_|_|/ |/| | | | [sharing] fix performance issues | ||||
| * | | | try to get path from filesystem | Bjoern Schiessle | 2014-10-10 | 1 | -0/+5 |
| | | | | |||||
| * | | | fix performance issues | Bjoern Schiessle | 2014-10-10 | 3 | -18/+208 |
| | | | | |||||
* | | | | Merge pull request #11499 from owncloud/ldap-warningwhenuidismissing | Lukas Reschke | 2014-10-10 | 1 | -0/+4 |
|\ \ \ \ | | | | | | | | | | | Log warning when no uid was found for user | ||||
| * | | | | Log warning when no uid was found for user | Vincent Petry | 2014-10-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some incomplete setups (like mine) it can happen that the uid attribute of users is missing. To be able to find out that something is wrong, a debug message is now logged when it has not been found. | ||||
* | | | | | Merge pull request #11480 from owncloud/ldap-enterkey-deletefix | Jan-Christoph Borchardt | 2014-10-10 | 3 | -3/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Prevent button click when enter key is pressed in LDAP wizard | ||||
| * | | | | | Prevent button click when enter key is pressed in LDAP wizard | Vincent Petry | 2014-10-08 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pressing enter in the LDAP wizard will trigger a click on the first button. In the main page it would trigger the delete dialog, which is quite inconvenient. Added a type attribute to suppress this behavior. | ||||
* | | | | | | Merge pull request #11501 from Ansud/master | Vincent Petry | 2014-10-10 | 1 | -1/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Urlencode file name before passing it to cURL | ||||
| * | | | | | | Urlencode file name before passing it to cURL | Tony Zelenoff | 2014-10-09 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Large file helper use cURL to determine file sizes. Thus filenames must be urlencoded in case special symbols like '#' can cause BadRequest errors. Signed-off-by: Tony Zelenoff <antonz@parallels.com> | ||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-10 | 83 | -79/+234 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #11486 from owncloud/config-update | Morris Jobke | 2014-10-10 | 1 | -165/+224 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Config update | ||||
| * | | | | | | Additional changes to config.sample.php and typo fixes | Morris Jobke | 2014-10-09 | 1 | -29/+32 |
| | | | | | | | |||||
| * | | | | | | apply @carlaschroder's changes from owncloud/documentation#594 | Morris Jobke | 2014-10-09 | 1 | -160/+216 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #11305 from owncloud/ext-updateetagonmount | Vincent Petry | 2014-10-09 | 7 | -1/+653 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update etag of parent dir when adding/removing ext storage mount points | ||||
| * | | | | | | Added PHP docs for etag propagator | Vincent Petry | 2014-10-08 | 1 | -4/+17 |
| | | | | | | | |||||
| * | | | | | | More phpdoc | Robin Appelman | 2014-10-08 | 1 | -0/+5 |
| | | | | | | | |||||
| * | | | | | | Hookup the etag propagator | Robin Appelman | 2014-10-08 | 2 | -0/+17 |
| | | | | | | | |||||
| * | | | | | | Add EtagPropagator to handle etag changes when external storages are changed | Robin Appelman | 2014-10-08 | 2 | -0/+435 |
| | | | | | | | |||||
| * | | | | | | Fix add/remove mountpoint hooks | Robin Appelman | 2014-10-08 | 2 | -6/+8 |
| | | | | | | | |||||
| * | | | | | | Expose getAppKeys trough \OCP\IConfig | Robin Appelman | 2014-10-08 | 2 | -0/+16 |
| | | | | | | | |||||
| * | | | | | | Added failing unit tests for mount config hooks | Vincent Petry | 2014-10-08 | 3 | -8/+147 |
| | | | | | | | |||||
| * | | | | | | Added filesystem hooks for mount/unmount ext storage | Vincent Petry | 2014-10-08 | 1 | -1/+26 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #11495 from ↵ | Vincent Petry | 2014-10-09 | 1 | -0/+7 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/apps-clearenableappscacheafterloadingauthapp Clear enabled apps cache after loading authentication app | ||||
| * | | | | | | | Clear enabled apps cache after loading authentication app | Vincent Petry | 2014-10-09 | 1 | -0/+7 |
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since getEnabledApps() depends on an authentication app to be loaded, especially in the case of LDAP, the cache from getEnabledApps() is now cleared to make sure that subsequent calls will properly return apps that were enabled for groups. This is because getEnabledApps() uses the inGroups() function from the group manager provided by LDAP or any other authentication app. | ||||
* | | | | | | | Merge pull request #11498 from owncloud/detectDomainForDocumentation | Morris Jobke | 2014-10-09 | 7 | -3/+24 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Add support for keys in the info.xml | ||||
| * | | | | | | Add support for keys in the info.xml | Lukas Reschke | 2014-10-09 | 7 | -3/+24 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to have links to different doc base URLs a. | ||||
* | | | | | | Merge pull request #10527 from owncloud/fix-10526 | blizzz | 2014-10-09 | 2 | -8/+31 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | properly cancel a Paginated Results operation in order to avoid protocol... | ||||
| * | | | | | make scrutinizer happy, very minor changes | Arthur Schiwon | 2014-10-01 | 2 | -2/+2 |
| | | | | | | |||||
| * | | | | | init a new paged search on read operations to satisfy OpenLDAP | Arthur Schiwon | 2014-09-30 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | abandond paged search only if PHP supports them | Arthur Schiwon | 2014-09-30 | 1 | -1/+1 |
| | | | | | |