summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Added encryption test when moving file as non-ownerVincent Petry2014-10-291-2/+15
|
* Fix warning with unset extension checkVincent Petry2014-10-291-1/+1
|
* Fix moving share keys as non-owner to subdirVincent Petry2014-10-291-32/+26
| | | | | | | | | | | | This fix gathers the share keys BEFORE a file is moved to make sure that findShareKeys() is able to find all relevant keys when the file still exists. After the move/copy operation the keys are moved/copied to the target dir. Also: refactored preRename and preCopy into a single function to avoid duplicate code.
* Make files non executableLukas Reschke2014-10-2411-0/+0
| | | | There is not much sense in having these files marked executable, we should avoid that.
* Fix S3 connectionVincent Petry2014-10-221-5/+11
|
* Lazy initialize external storagesVincent Petry2014-10-226-103/+159
| | | | Backport of 075e8d8e8658913e1c5b8869f3e457fa6db2d847 from master
* guess mimetype on touchJörn Friedrich Dreyer2014-10-222-2/+5
| | | | | Conflicts: apps/files_external/lib/amazons3.php
* if it is not a folder share the path already points to the correct fileBjoern Schiessle2014-10-211-1/+1
|
* backport of #11494Arthur Schiwon2014-10-183-14/+84
| | | | | | | | | | | | | | fix retrievel of group members and cache group members fix changed variable name with several backends, more than limit can be returned make performance less bad. Still far from good, but at least it works add one simple cache test adjust group manager tests
* fixing usage of EncryptionExceptionThomas Müller2014-10-171-3/+4
|
* Merge pull request #11610 from owncloud/fix-svg-s7Thomas Müller2014-10-171-1/+1
|\ | | | | Fix SVG icons
| * Fix SVG iconsLukas Reschke2014-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | FIXME: Ugly hack to prevent SVG of being returned if the SVG provider is not enabled. This is required because the preview system is designed in a bad way and relies on opt-in with asterisks (i.e. image/*) which will lead to the fact that a SVG will also match the image provider. Conflicts: lib/private/preview.php
* | Merge pull request #11550 from owncloud/fix_flickering_usersJörn Friedrich Dreyer2014-10-171-1/+1
|\ \ | | | | | | fix flickering users in files external
| * | fix flickering usersJörn Friedrich Dreyer2014-10-131-1/+1
| | |
* | | backport of #11478Arthur Schiwon2014-10-1612-206/+551
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add checkbox for experienced users to server tab must be empty not auto sets user filters to raw mode when marking user as experienced Objectlasses, Groups and Attributes are now loaded only in assisted mode and only once user and group counts are only upated on demand in experienced mode confirmation before switching to assisted mode when admin is experienced rename internal var name to avoid collision more beautiful white spaces smaller corrections to make scruitinizer happier, no effective changes bump version fix triggering of group update counts. improves the basic code which is also responsible for user counts. i did not find regressions, please doublecheck remove debug output coding style, no effective code changes always abort running ajax request when the method is fired up again show a spinner next to test filter button when the test is running show Spinner when stuff is being saved show busy cursor and lock tabs on save instead of dis/enabling tabs on save, cancel tab change. avoids noisy ui remove debug output rephrase xp'ed user mode label left-align checkbox on server tab
* | | Merge pull request #10732 from ↵Jörn Friedrich Dreyer2014-10-1612-26/+104
|\ \ \ | | | | | | | | | | | | | | | | owncloud/make_skeleton_compatible_with_objectstore_minimal_stable7 make skeleton compatible with objectstore
| * | | make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-1612-24/+102
| | | |
| * | | make skeleton compatible with objectstoreJörn Friedrich Dreyer2014-10-161-2/+2
| | | | | | | | | | | | | | | | suspend encryption proxy when copying skeleton
* | | | Use certificate bundle from files_external for external sharesRobin Appelman2014-10-161-0/+5
| |_|/ |/| |
* | | Merge pull request #11520 from owncloud/make-trash-objectstore-compatibleLukas Reschke2014-10-151-5/+13
|\ \ \ | | | | | | | | make trashbin compatible with objectstore
| * | | make trashbin compatible with objectstore, replace glob with search in ↵Jörn Friedrich Dreyer2014-10-101-5/+13
| | | | | | | | | | | | | | | | cache, make unknown free space work like unlimited free space
* | | | Allow specifying protocol in ext storage OC configVincent Petry2014-10-152-0/+91
| | | | | | | | | | | | | | | | | | | | | | | | Allow specifying a protocol in the host field when mounting another ownCloud instance. Note that this was already possible with the WebDAV config but this bug made it inconsistent.
* | | | Use body element when animating scroll in public pageVincent Petry2014-10-151-1/+7
| |_|/ |/| | | | | | | | | | | | | | | | | | | | In the public page the scroll container is the window instead of a div. The $(window) object doesn't support animating the scroll property, so the $('body') element is used instead. Backport of 704ffaa6a37730f02a3359e8e8f0a0070f0e0d31 from master
* | | improved unit testsBjoern Schiessle2014-10-131-4/+8
| | |
* | | always take unencrypted sizeBjoern Schiessle2014-10-131-2/+2
| | |
* | | 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. Backport of 6cbabdf217f55df3655143aa82b6e5e74650df05 from master
* | | force loading of encryption appLukas Reschke2014-10-131-0/+3
| | |
* | | Log warning when no uid was found for userVincent Petry2014-10-101-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. Backport of 59f9107dd9497d2eb9bd61f5eb8d893dd8fcb766 from master
* | | make sure that we always delete oldest firstBjoern Schiessle2014-10-101-0/+3
| | |
* | | try to get path from filesystemBjoern Schiessle2014-10-101-0/+5
| | |
* | | fix performance issuesBjoern Schiessle2014-10-102-0/+152
|/ /
* | Prevent button click when enter key is pressed in LDAP wizardVincent Petry2014-10-103-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. Backport of bb424802c8f6e8fd0e7fbe28e000400a5b0660f3 from master
* | Added PHP docs for etag propagatorVincent Petry2014-10-091-4/+17
| |
* | More phpdocRobin Appelman2014-10-091-0/+5
| |
* | Hookup the etag propagatorRobin Appelman2014-10-092-0/+17
| |
* | Add EtagPropagator to handle etag changes when external storages are changedRobin Appelman2014-10-092-0/+435
| |
* | Fix add/remove mountpoint hooksRobin Appelman2014-10-092-6/+8
| |
* | Added failing unit tests for mount config hooksVincent Petry2014-10-092-8/+142
| |
* | Added filesystem hooks for mount/unmount ext storageVincent Petry2014-10-091-1/+26
| |
* | Add support for keys in the info.xmlLukas Reschke2014-10-096-1/+17
| | | | | | | | This allows to have links to different doc base URLs
* | Backport of #10527Arthur Schiwon2014-10-092-8/+31
| | | | | | | | | | | | | | | | | | | | | | | | properly cancel a Paginated Results operation in order to avoid protocol errors, fixes #10526 abandon ongoing paged search before starting a new one abandond paged search only if PHP supports them init a new paged search on read operations to satisfy OpenLDAP make scrutinizer happy, very minor changes
* | check if I can create a file at the locationBjoern Schiessle2014-10-091-1/+1
| |
* | Updated info.xml app descriptionMTRichards2014-10-081-16/+2
| | | | | | Made description consistent with other apps
* | Updated info.xml app descriptionMTRichards2014-10-081-1/+5
| | | | | | Updated description
* | Updated info.xml app descriptionMTRichards2014-10-081-12/+2
| | | | | | Updated app description
* | Updated info.xml app descriptionMTRichards2014-10-081-1/+5
| | | | | | Backported to stable 7
* | Updated info.xml app descriptionMTRichards2014-10-081-5/+6
| | | | | | Updated documentation. Removed doc links as this has two packages, need to not hard link.
* | Updated info.xml app descriptionMTRichards2014-10-081-4/+2
| | | | | | Backporting to stable 7. Removed doc links as this is packaged in 2 different setups, links are different.
* | Fix file size comparator return valuebrumsoel2014-10-081-1/+1
| |
* | Merge pull request #11375 from owncloud/fix_files_external_amazon_s3_stat_callVincent Petry2014-10-083-123/+139
|\ \ | | | | | | Fix files external amazon s3