summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [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
* | | | | Merge pull request #23511 from owncloud/sidebar-clickThomas Müller2016-03-242-4/+19
|\ \ \ \ \ | | | | | | | | | | | | sidebar click modification
| * | | | | sidebar click modificationErik Pellikka2016-03-242-4/+19
| | | | | |
* | | | | | Merge pull request #23342 from ↵Thomas Müller2016-03-2410-88/+212
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | owncloud/fix-group-sharing-for-v1-caldav-and-carddav Fix group shares on v1 caldav and carddav
| * | | | | Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-249-84/+192
| | | | | |
| * | | | | Return proper current-user-principal on v1 endpoints - fixes #23306Thomas Müller2016-03-241-0/+15
| | | | | |
| * | | | | Fix group shares on v1 caldav and carddav - fixes #23328Thomas Müller2016-03-243-4/+5
| | | | | |
* | | | | | Check if request is sent from official ownCloud clientLukas Reschke2016-03-242-36/+239
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | There are authentication backends such as Shibboleth that do send no Basic Auth credentials for DAV requests. This means that the ownCloud DAV backend would consider these requests coming from an untrusted source and require higher levels of security checks. (e.g. a CSRF check) While an elegant solution would rely on authenticating via token (so that one can properly ensure that the request came indeed from a trusted client) this is a okay'ish workaround for this problem until we have something more reliable in the authentication code.
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-03-24120-104/+34
| | | | |