Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add occ command to verify storage configurations | Robin Appelman | 2016-02-08 | 3 | -0/+173 |
| | |||||
* | Merge pull request #22168 from owncloud/fix-some-dav-sharing-ux | Thomas Müller | 2016-02-08 | 3 | -22/+33 |
|\ | | | | | Fix some dav sharing ux | ||||
| * | Fix PHPDoc | Lukas Reschke | 2016-02-08 | 1 | -5/+7 |
| | | |||||
| * | Adding common name to sharee | Thomas Müller | 2016-02-08 | 3 | -4/+7 |
| | | |||||
| * | Original resources should not be overwritten by shared resources | Thomas Müller | 2016-02-08 | 2 | -13/+19 |
|/ | |||||
* | Merge pull request #22190 from owncloud/fix_22189 | Thomas Müller | 2016-02-08 | 2 | -2/+2 |
|\ | | | | | Even single shares are returned as array | ||||
| * | Even single shares are returned as array | Roeland Jago Douma | 2016-02-08 | 2 | -2/+2 |
| | | | | | | | | | | | | | | When fetching a single share using ../shares/<ID> we should still return an array of shares. Fixes #22189 | ||||
* | | Merge pull request #22138 from owncloud/comments-collapse | Thomas Müller | 2016-02-08 | 2 | -4/+68 |
|\ \ | | | | | | | Collapse long comments | ||||
| * | | Collapse long comments | Vincent Petry | 2016-02-08 | 2 | -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 #22156 from owncloud/share2_unshare_ifexpired | Thomas Müller | 2016-02-08 | 3 | -3/+239 |
|\ \ | | | | | | | Delete a link share if it is expired on access | ||||
| * | | Fix exception on delete | Roeland Jago Douma | 2016-02-06 | 1 | -1/+6 |
| | | | |||||
| * | | getSharesBy should also expire link shares | Roeland Jago Douma | 2016-02-06 | 3 | -2/+151 |
| | | | |||||
| * | | Delete expired share when fetched by id | Roeland Jago Douma | 2016-02-06 | 2 | -0/+35 |
| | | | |||||
| * | | Delete a link share if it is expired on access | Roeland Jago Douma | 2016-02-06 | 2 | -1/+48 |
| | | | | | | | | | | | | | | | If we access a link share we should check if it has expired already. If so we should remove it and throw a ShareNotFound exception | ||||
* | | | Merge pull request #22160 from owncloud/files_external-create | Thomas Müller | 2016-02-08 | 4 | -0/+358 |
|\ \ \ | | | | | | | | | Add occ files_external:create command to add new mounts | ||||
| * | | | output mount id on create | Robin Appelman | 2016-02-05 | 1 | -0/+5 |
| | | | | |||||
| * | | | verify that the auth backend is valid for the storage backend | Robin Appelman | 2016-02-05 | 1 | -0/+5 |
| | | | | |||||
| * | | | list supported auth backends for storage backends | Robin Appelman | 2016-02-05 | 1 | -0/+3 |
| | | | | |||||
| * | | | Add occ files_external:create command to add new mounts | Robin Appelman | 2016-02-05 | 4 | -0/+345 |
| | | | | |||||
* | | | | Merge pull request #22161 from owncloud/dav-ie9 | Thomas Müller | 2016-02-08 | 1 | -55/+41 |
|\ \ \ \ | |_|_|/ |/| | | | Make JS Webdav work again with IE9-IE10 | ||||
| * | | | Make JS Webdav work again with IE9-IE10 | Vincent Petry | 2016-02-05 | 1 | -55/+41 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-08 | 24 | -0/+76 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-07 | 18 | -0/+74 |
| |_|/ |/| | | |||||
* | | | Merge pull request #22102 from owncloud/ldap_2nddispname-master | Thomas Müller | 2016-02-06 | 11 | -15/+209 |
|\ \ \ | | | | | | | | | [LDAP] add second field for additional/optional display name attribute | ||||
| * | | | Port of test_ldap_2nddispname to master | Arthur Schiwon | 2016-02-03 | 11 | -15/+209 |
| | | | | |||||
* | | | | Merge pull request #22139 from owncloud/comments-files-cleanup | Thomas Müller | 2016-02-06 | 13 | -34/+257 |
|\ \ \ \ | | | | | | | | | | | cleanup jobs for comments and comment read marks | ||||
| * | | | | Move casting to IExpressionBuilder | Joas Schilling | 2016-02-05 | 8 | -12/+108 |
| | | | | | |||||
| * | | | | Remove old background job | Joas Schilling | 2016-02-05 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | fix pgsql | Arthur Schiwon | 2016-02-05 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | cleanup jobs for comments and comment read marks | Arthur Schiwon | 2016-02-05 | 5 | -24/+148 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #22163 from owncloud/comments-sizelimit | Thomas Müller | 2016-02-06 | 3 | -2/+116 |
|\ \ \ \ | | | | | | | | | | | Limit comment size to 1000 in UI | ||||
| * | | | | Limit comment size to 1000 in UI | Vincent Petry | 2016-02-05 | 3 | -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-size | Thomas Müller | 2016-02-06 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix image sizing for action icons in Edge | ||||
| * | | | | | Fix image sizing for action icons in Edge | Robin Appelman | 2015-11-19 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #22165 from owncloud/comments-markowncommentasread | Thomas Müller | 2016-02-06 | 2 | -0/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Mark own comments as read after posting | ||||
| * | | | | | | Mark own comments as read after posting | Vincent Petry | 2016-02-05 | 2 | -0/+9 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #22166 from owncloud/remove-local-folder | Thomas Müller | 2016-02-06 | 8 | -73/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | remove unused Storage->getLocalFolder | ||||
| * | | | | | | remove unused Storage->getLocalFolder | Robin Appelman | 2016-02-05 | 8 | -73/+0 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-06 | 174 | -220/+584 |
| | | | | | | |||||
* | | | | | | Merge pull request #22169 from owncloud/cache-interface-fixes | Thomas Müller | 2016-02-05 | 2 | -10/+8 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Cache interface cleanup/phpdoc | ||||
| * | | | | | | remove unused Storage->search | Robin Appelman | 2016-02-05 | 1 | -9/+0 |
| | | | | | | | |||||
| * | | | | | | additional phpdoc for search | Robin Appelman | 2016-02-05 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | add deprecation notice to search methods | Robin Appelman | 2016-02-05 | 1 | -0/+7 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #22155 from owncloud/use-svg-for-desktopapp | Thomas Müller | 2016-02-05 | 6 | -4/+167 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use SVG for desktop app button | ||||
| * | | | | | | use path instead of text inside desktop app badge | Hendrik Leppelsack | 2016-02-05 | 1 | -2/+32 |
| | | | | | | | |||||
| * | | | | | | update google play and apple badge | Hendrik Leppelsack | 2016-02-05 | 5 | -1/+134 |
| | | | | | | | |||||
| * | | | | | | fix font in desktopapp.svg | Hendrik Leppelsack | 2016-02-05 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Use SVG for desktop app button | Lukas Reschke | 2016-02-05 | 1 | -1/+1 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | For the other ones we unfortunately don't have that. Partially addresses https://github.com/owncloud/core/issues/22154 | ||||
* | | | | | | Merge pull request #22159 from owncloud/fix_21678 | Thomas Müller | 2016-02-05 | 1 | -0/+6 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Gracefull handle link shares rename hook | ||||
| * | | | | | Gracefull handle link shares rename hook | Roeland Jago Douma | 2016-02-05 | 1 | -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. |