summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Add occ command to verify storage configurationsRobin Appelman2016-02-082-0/+147
|
* Fix PHPDocLukas Reschke2016-02-081-5/+7
|
* Adding common name to shareeThomas Müller2016-02-083-4/+7
|
* Original resources should not be overwritten by shared resourcesThomas Müller2016-02-082-13/+19
|
* Merge pull request #22190 from owncloud/fix_22189Thomas Müller2016-02-082-2/+2
|\ | | | | Even single shares are returned as array
| * Even single shares are returned as arrayRoeland Jago Douma2016-02-082-2/+2
| | | | | | | | | | | | | | When fetching a single share using ../shares/<ID> we should still return an array of shares. Fixes #22189
* | Collapse long commentsVincent Petry2016-02-082-4/+68
| | | | | | | | | | | | | | Very crude a naive implementation that relies on length and number of newlines. Should be good enough for most cases. Clicking on such comments will expand them.
* | Merge pull request #22160 from owncloud/files_external-createThomas Müller2016-02-084-0/+358
|\ \ | |/ |/| Add occ files_external:create command to add new mounts
| * output mount id on createRobin Appelman2016-02-051-0/+5
| |
| * verify that the auth backend is valid for the storage backendRobin Appelman2016-02-051-0/+5
| |
| * list supported auth backends for storage backendsRobin Appelman2016-02-051-0/+3
| |
| * Add occ files_external:create command to add new mountsRobin Appelman2016-02-054-0/+345
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-0818-0/+68
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-0714-0/+68
| |
* | Merge pull request #22102 from owncloud/ldap_2nddispname-masterThomas Müller2016-02-0611-15/+209
|\ \ | | | | | | [LDAP] add second field for additional/optional display name attribute
| * | Port of test_ldap_2nddispname to masterArthur Schiwon2016-02-0311-15/+209
| | |
* | | Merge pull request #22139 from owncloud/comments-files-cleanupThomas Müller2016-02-065-24/+151
|\ \ \ | | | | | | | | cleanup jobs for comments and comment read marks
| * | | Move casting to IExpressionBuilderJoas Schilling2016-02-051-2/+3
| | | |
| * | | fix pgsqlArthur Schiwon2016-02-051-2/+4
| | | |
| * | | cleanup jobs for comments and comment read marksArthur Schiwon2016-02-055-24/+148
| | | |
* | | | Merge pull request #22163 from owncloud/comments-sizelimitThomas Müller2016-02-063-2/+116
|\ \ \ \ | | | | | | | | | | Limit comment size to 1000 in UI
| * | | | Limit comment size to 1000 in UIVincent Petry2016-02-053-2/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever the limit is almost reached (90% of the length), a tooltip will appear. Once the limit is exceeded, the "Post" button will be disabled and the field will become red.
* | | | | Merge pull request #20618 from owncloud/action-icon-sizeThomas Müller2016-02-061-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix image sizing for action icons in Edge
| * | | | | Fix image sizing for action icons in EdgeRobin Appelman2015-11-191-2/+2
| | | | | |
* | | | | | Merge pull request #22165 from owncloud/comments-markowncommentasreadThomas Müller2016-02-062-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Mark own comments as read after posting
| * | | | | | Mark own comments as read after postingVincent Petry2016-02-052-0/+9
| | |/ / / / | |/| | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-06164-220/+574
| | | | | |
* | | | | | Merge pull request #22159 from owncloud/fix_21678Thomas Müller2016-02-051-0/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Gracefull handle link shares rename hook
| * | | | | Gracefull handle link shares rename hookRoeland Jago Douma2016-02-051-0/+6
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #21678 The hook is called on all renames. However when we use a link share the getUserFolder fails. We now just opt out.
* | | | | Merge pull request #22157 from owncloud/use-https-instead-of-httpThomas Müller2016-02-051-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Use HTTPS instead of HTTP
| * | | | Use HTTPS instead of HTTPLukas Reschke2016-02-051-1/+1
| |/ / / | | | | | | | | This is now supported by github.io
* | | | Merge pull request #22152 from owncloud/activities-for-commentsThomas Müller2016-02-054-1/+450
|\ \ \ \ | |/ / / |/| | | Activities for comments
| * | | Add a filter for comment activitiesJoas Schilling2016-02-051-3/+22
| | | |
| * | | Add activities for commentsJoas Schilling2016-02-054-1/+431
| | | |
* | | | Merge pull request #20920 from owncloud/issue_20888Thomas Müller2016-02-057-86/+219
|\ \ \ \ | | | | | | | | | | Add dialog to enter credentials on errored mount point
| * | | | Improve credentials dialog usability a bitVincent Petry2016-02-041-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Automatically focus on the first field. Pressing enter submits the form.
| * | | | fix error code for unconfigured user provided authRobin Appelman2016-02-041-0/+11
| | | | |
| * | | | set read permissions on failed mount rootRobin Appelman2016-02-041-1/+2
| | | | |
| * | | | handle exception in availibilty checkRobin Appelman2016-02-041-3/+8
| | | | |
| * | | | fix input typeRobin Appelman2016-02-041-1/+1
| | | | |
| * | | | show failed external storages properlyRobin Appelman2016-02-041-0/+5
| | | | |
| * | | | Use handlebars templateRobin Appelman2016-02-041-22/+25
| | | | |
| * | | | Fix PR from commentsJesús Macias2016-02-041-5/+3
| | | | |
| * | | | Add credentials dialog for user provided authJesús Macias2016-02-044-85/+184
| | | | |
* | | | | Merge pull request #22135 from owncloud/global-auth-warningThomas Müller2016-02-051-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | | fix warning caused by global auth
| * | | | fix warning caused by global authRobin Appelman2016-02-041-1/+4
| |/ / /
* / / / [tx-robot] updated from transifexJenkins for ownCloud2016-02-0512-0/+38
|/ / /
* | | Merge pull request #22107 from owncloud/external-auth-globalThomas Müller2016-02-049-3/+156
|\ \ \ | | | | | | | | Add global auth backend for files external
| * | | Add global auth backend for files externalRobin Appelman2016-02-049-3/+156
| | | |
* | | | Merge pull request #22124 from owncloud/comments-author-checkThomas Müller2016-02-042-1/+184
|\ \ \ \ | |/ / / |/| | | Check for authorship on edit attempt