summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement Tag and TagMapper classes.Bernhard Reiter2014-10-146-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 Reiter2014-10-142-4/+4
|
* Test addMultiple() with $sync=true.Bernhard Reiter2014-10-142-1/+31
|
* Test Tags::getFavorites().Bernhard Reiter2014-10-141-0/+2
|
* Fix a comment.Bernhard Reiter2014-10-141-2/+2
|
* Merge pull request #11543 from owncloud/closeSessionForAppsLoadingThomas Müller2014-10-131-0/+1
|\ | | | | Close session when loading apps
| * Close session when loading appsLukas Reschke2014-10-131-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-deletewithfilecacheVincent Petry2014-10-131-1/+1
|\ \ | | | | | | Retrieve storage numeric id earlier when still available
| * | Retrieve storage numeric id earlier when still availableVincent Petry2014-10-131-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_testsBjörn Schießle2014-10-131-2/+3
|\ \ \ | | | | | | | | distinguish between file dependent shares and other shares
| * | | distinguish between file dependent shares and other sharesBjoern Schiessle2014-10-131-2/+3
| |/ /
* | | Merge pull request #11537 from owncloud/filenamewithzeroesVincent Petry2014-10-131-1/+1
|\ \ \ | |/ / |/| | Fixed array detection on public download
| * | Fixed array detection on public downloadVincent Petry2014-10-131-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 transifexJenkins for ownCloud2014-10-1315-15/+15
| |
* | Merge pull request #11367 from owncloud/removeIsMimeSupportedLukas Reschke2014-10-121-3/+1
|\ \ | | | | | | Remove uneeded slicing of element
| * | Remove uneeded slicing of elementLukas Reschke2014-09-301-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 transifexJenkins for ownCloud2014-10-1216-14/+107
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-1117-63/+82
| | |
* | | Merge pull request #11507 from owncloud/versioning_expireBjörn Schießle2014-10-101-0/+3
|\ \ \ | | | | | | | | make sure that we always delete oldest first
| * | | make sure that we always delete oldest firstBjoern Schiessle2014-10-091-0/+3
| | | |
* | | | Merge pull request #11380 from owncloud/fix_performance_issue_sharingBjörn Schießle2014-10-104-18/+213
|\ \ \ \ | |_|_|/ |/| | | [sharing] fix performance issues
| * | | try to get path from filesystemBjoern Schiessle2014-10-101-0/+5
| | | |
| * | | fix performance issuesBjoern Schiessle2014-10-103-18/+208
| | | |
* | | | Merge pull request #11499 from owncloud/ldap-warningwhenuidismissingLukas Reschke2014-10-101-0/+4
|\ \ \ \ | | | | | | | | | | Log warning when no uid was found for user
| * | | | Log warning when no uid was found for userVincent Petry2014-10-091-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-deletefixJan-Christoph Borchardt2014-10-103-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Prevent button click when enter key is pressed in LDAP wizard
| * | | | | Prevent button click when enter key is pressed in LDAP wizardVincent Petry2014-10-083-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/masterVincent Petry2014-10-101-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Urlencode file name before passing it to cURL
| * | | | | | Urlencode file name before passing it to cURLTony Zelenoff2014-10-091-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 transifexJenkins for ownCloud2014-10-1083-79/+234
| | | | | | |
* | | | | | | Merge pull request #11486 from owncloud/config-updateMorris Jobke2014-10-101-165/+224
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Config update
| * | | | | | Additional changes to config.sample.php and typo fixesMorris Jobke2014-10-091-29/+32
| | | | | | |
| * | | | | | apply @carlaschroder's changes from owncloud/documentation#594Morris Jobke2014-10-091-160/+216
| |/ / / / /
* | | | | | Merge pull request #11305 from owncloud/ext-updateetagonmountVincent Petry2014-10-097-1/+653
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update etag of parent dir when adding/removing ext storage mount points
| * | | | | | Added PHP docs for etag propagatorVincent Petry2014-10-081-4/+17
| | | | | | |
| * | | | | | More phpdocRobin Appelman2014-10-081-0/+5
| | | | | | |
| * | | | | | Hookup the etag propagatorRobin Appelman2014-10-082-0/+17
| | | | | | |
| * | | | | | Add EtagPropagator to handle etag changes when external storages are changedRobin Appelman2014-10-082-0/+435
| | | | | | |
| * | | | | | Fix add/remove mountpoint hooksRobin Appelman2014-10-082-6/+8
| | | | | | |
| * | | | | | Expose getAppKeys trough \OCP\IConfigRobin Appelman2014-10-082-0/+16
| | | | | | |
| * | | | | | Added failing unit tests for mount config hooksVincent Petry2014-10-083-8/+147
| | | | | | |
| * | | | | | Added filesystem hooks for mount/unmount ext storageVincent Petry2014-10-081-1/+26
| | | | | | |
* | | | | | | Merge pull request #11495 from ↵Vincent Petry2014-10-091-0/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/apps-clearenableappscacheafterloadingauthapp Clear enabled apps cache after loading authentication app
| * | | | | | | Clear enabled apps cache after loading authentication appVincent Petry2014-10-091-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/detectDomainForDocumentationMorris Jobke2014-10-097-3/+24
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Add support for keys in the info.xml
| * | | | | | Add support for keys in the info.xmlLukas Reschke2014-10-097-3/+24
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to have links to different doc base URLs a.
* | | | | | Merge pull request #10527 from owncloud/fix-10526blizzz2014-10-092-8/+31
|\ \ \ \ \ \ | |/ / / / / |/| | | | | properly cancel a Paginated Results operation in order to avoid protocol...
| * | | | | make scrutinizer happy, very minor changesArthur Schiwon2014-10-012-2/+2
| | | | | |
| * | | | | init a new paged search on read operations to satisfy OpenLDAPArthur Schiwon2014-09-301-0/+3
| | | | | |
| * | | | | abandond paged search only if PHP supports themArthur Schiwon2014-09-301-1/+1
| | | | | |