summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Remove any stray socket files before creating new onesRobin McCorkell2016-04-052-0/+2
|
* Add capability to show if group sharing is enabledRoeland Jago Douma2016-04-042-0/+20
| | | | | | | fixes #23477 Now clients can correct wording to properly reflect who a user can share with.
* Merge pull request #23557 from owncloud/sabre-plugin-browser-error-pageThomas Müller2016-04-046-2/+217
|\ | | | | In case of exception we return an html page in case the client is a b…
| * Add magical regex to catch browsersLukas Reschke2016-03-241-1/+7
| |
| * In case of exception we return an html page in case the client is a browserThomas Müller2016-03-246-2/+211
| |
* | Merge pull request #23743 from ↵Björn Schießle2016-04-042-3/+13
|\ \ | | | | | | | | | | | | owncloud/issue-23686-files-transferownership-share-unmount Unmount the share before deleting it, so we don't try to use it later on
| * | Inject the Mount ManagerJoas Schilling2016-04-042-6/+10
| | |
| * | Unmount the share before deleting it, so we don't try to use it later onJoas Schilling2016-04-011-0/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-026-2/+42
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-018-0/+60
| |
* | Merge pull request #22834 from owncloud/webdav_property_for_share_permissionsThomas Müller2016-03-313-0/+120
|\ \ | | | | | | Add sharePermissions webdav property
| * | Fix unit testsRoeland Jago Douma2016-03-312-3/+14
| | |
| * | Correct share permissions for external storagesRoeland Jago Douma2016-03-311-0/+9
| | |
| * | Add sharePermissions webdav propertyRoeland Jago Douma2016-03-313-0/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This property can be queries by the clients so they know the max permissions they can use to share a file with. This will improve the UX. The oc:permissions proptery is not enough since mountpoints have different permissions (delete + move by default). By making it a new property the clients can just request it. On older servers it will just return a 404 for that property (and thus they know they have to fall back to their hacky work arounds). But if the property is returned the client can show proper info. * unit tests * intergration test
* | | Merge pull request #23274 from Senorsen/add-urlencode-ftp-sftpThomas Müller2016-03-312-2/+2
|\ \ \ | | | | | | | | Add urlencode to username part of ftp and sftp links
| * | | Add urlencode to username part of ftp and sftp linksSenorsen2016-03-162-2/+2
| | | | | | | | | | | | | | | | according to #17796
* | | | Merge pull request #23564 from owncloud/public-ajaxbasicauthMorris Jobke2016-03-312-2/+20
|\ \ \ \ | | | | | | | | | | Return 401 DummyBasicAuth in case of ajax call in public link page
| * | | | Enforce typeLukas Reschke2016-03-311-2/+5
| | | | |
| * | | | Return 401 DummyBasicAuth in case of ajax callVincent Petry2016-03-312-2/+17
| | |/ / | |/| |
* | | | Merge pull request #23655 from owncloud/better-ldap-designMorris Jobke2016-03-311-0/+18
|\ \ \ \ | | | | | | | | | | Design LDAP wizard to better integrate into the design
| * | | | Design LDAP wizard to better integrate into the designMorris Jobke2016-03-301-0/+18
| | | | | | | | | | | | | | | | | | | | * mostly replaces gray background with white one
* | | | | Merge pull request #23517 from owncloud/gdrive-stream-downloadFrank Karlitschek2016-03-311-4/+5
|\ \ \ \ \ | | | | | | | | | | | | GDrive stream download with RetryWrapper
| * | | | | GDrive stream download with RetryWrapperVincent Petry2016-03-301-4/+5
| | | | | |
* | | | | | Merge pull request #23397 from paurisa/Fixed_23316Frank Karlitschek2016-03-312-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed Issue 23316 - Invisible buttons should be visible
| * | | | | | Fixed hidden settings and delete iconsPau2016-03-182-4/+4
| | | | | | |
* | | | | | | Merge pull request #23516 from owncloud/dropbox-stream-downloadThomas Müller2016-03-311-4/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Dropbox stream download with RetryWrapper
| * | | | | | Dropbox stream download with RetryWrapperVincent Petry2016-03-231-4/+6
| | | | | | |
* | | | | | | improve emptycontent stylesJan-Christoph Borchardt2016-03-311-0/+2
| | | | | | |
* | | | | | | Merge pull request #23672 from owncloud/use-retry-wrapper-for-sftpThomas Müller2016-03-311-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use RetryWrapper for SFTP storage
| * | | | | | | Use RetryWrapper for SFTP storageLukas Reschke2016-03-301-1/+3
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Equivalent to https://github.com/owncloud/core/pull/23442 Required for making encryption work with external storage reliable.
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-3126-26/+194
| | | | | | |
* | | | | | | Merge pull request #23642 from stweil/masterThomas Müller2016-03-3011-14/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | apps: Fix some typos found by codespell
| * | | | | | | apps/files_external: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-305-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
| * | | | | | | apps/files_trashbin: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-302-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix also a wrong word. Signed-off-by: Stefan Weil <sw@weilnetz.de>
| * | | | | | | apps/dav: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-304-5/+5
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | | | | | Merge pull request #23508 from owncloud/text-columns-should-have-lengthThomas Müller2016-03-302-1/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Text columns should really have a length :see_no_evil:
| * | | | | | | Text columns should really have a length :see_no_evil:Thomas Müller2016-03-232-1/+22
| | | | | | | |
* | | | | | | | Merge pull request #23663 from owncloud/share-displayownerfixThomas Müller2016-03-302-3/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Fix displaying owner before share icon in file list
| * | | | | | | Fix displaying owner before share icon in file listVincent Petry2016-03-302-3/+4
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Initial display of owner was missing
* / | | | | | Use the shipped cacerts.pem instead of the global oneLukas Reschke2016-03-301-0/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | The one we ship may cause problems since Equifax is not included anymore (SHA-1 certs) are deprecated. We should just be consistent here and also use the certificate file which is used by the other calls in the library.
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-306-2/+8
| | | | | |
* | | | | | Merge pull request #23568 from ↵Thomas Müller2016-03-291-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/finally-fix-23328-now-for-addressbooks-as-well Handle group shares of addressbooks on v1 as well ... now FINALLY ....
| * | | | | | Handle group shares of addressbooks on v1 as well ... now FINALLY ....Thomas Müller2016-03-241-1/+2
| | |_|_|_|/ | |/| | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-2940-14/+108
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-2822-6/+154
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-2718-6/+46
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-2620-0/+42
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-2518-2/+102
| | | | | |
* | | | | | Merge pull request #23549 from owncloud/dav-sharetypes-remoteThomas Müller2016-03-244-2/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Return remote shares in oc:share-types Webdav property
| * | | | | Return remote shares in oc:share-types Webdav propertyVincent Petry2016-03-244-2/+8
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Fixes web UI to properly display the share status icon when an outgoing remote share exists