Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set full edit permissions | Arthur Schiwon | 2016-12-06 | 1 | -1/+1 |
* | fix change permission on mail shares of folders | Arthur Schiwon | 2016-12-06 | 1 | -4/+3 |
* | Properly check the data dir | Morris Jobke | 2016-12-05 | 2 | -3/+4 |
* | Merge pull request #1934 from nextcloud/move-latly-used-tags-to-the-top | Morris Jobke | 2016-12-05 | 1 | -0/+31 |
|\ | |||||
| * | Make sure the object exists before adding it. | Joas Schilling | 2016-11-07 | 1 | -1/+2 |
| * | First list tags the user used lately | Joas Schilling | 2016-11-07 | 1 | -0/+30 |
* | | Merge pull request #2469 from nextcloud/fix-loading-icon-background | Morris Jobke | 2016-12-02 | 1 | -0/+8 |
|\ \ | |||||
| * | | Remove white background from loading icon | Morris Jobke | 2016-12-02 | 1 | -0/+8 |
* | | | adjust js tests | Robin Appelman | 2016-12-02 | 1 | -0/+4 |
* | | | only reload on errors when logged in | Robin Appelman | 2016-12-01 | 1 | -1/+1 |
|/ / | |||||
* | | fix tests | Morris Jobke | 2016-11-29 | 1 | -1/+2 |
* | | Use displayname | John Molakvoæ | 2016-11-29 | 1 | -2/+3 |
* | | Merge pull request #2342 from nextcloud/filepicker-shadow | Lukas Reschke | 2016-11-28 | 2 | -37/+8 |
|\ \ | |||||
| * | | move more sizing logic to css | Robin Appelman | 2016-11-28 | 2 | -19/+8 |
| * | | fix dialog to window using css | Robin Appelman | 2016-11-28 | 1 | -11/+0 |
| * | | center dialog using css | Robin Appelman | 2016-11-28 | 1 | -2/+0 |
| * | | limit filepicker height to screen | Robin Appelman | 2016-11-25 | 1 | -8/+1 |
| * | | fix styling of filepicker dialog | Robin Appelman | 2016-11-25 | 1 | -1/+3 |
* | | | Merge pull request #2341 from nextcloud/filepicker-public-share | Lukas Reschke | 2016-11-28 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | use public share fileclient when available | Robin Appelman | 2016-11-25 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #2363 from nextcloud/fix-2329 | Morris Jobke | 2016-11-28 | 1 | -3/+7 |
|\ \ \ | |||||
| * | | | open popup menu in share dialog only for one sharee on render | Arthur Schiwon | 2016-11-28 | 1 | -3/+7 |
* | | | | Merge pull request #2365 from nextcloud/resize-the-controls-after-the-sidebar... | Lukas Reschke | 2016-11-28 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Make sure the controls is resized after the sidebar disappeared | Joas Schilling | 2016-11-28 | 1 | -1/+1 |
| |/ / / | |||||
* / / / | bring back permissions for mail shares | Bjoern Schiessle | 2016-11-28 | 1 | -8/+6 |
|/ / / | |||||
* / / | Add jquery ui fixes js file | John Molakvoæ (skjnldsv) | 2016-11-25 | 1 | -0/+8 |
|/ / | |||||
* | | Merge pull request #2243 from nextcloud/file-drop-wording | Roeland Jago Douma | 2016-11-24 | 1 | -1/+1 |
|\ \ | |||||
| * | | fix wording of File drop, ref #2207 | Jan-Christoph Borchardt | 2016-11-22 | 1 | -1/+1 |
* | | | fix some outdated naming | Jan-Christoph Borchardt | 2016-11-24 | 1 | -9/+9 |
* | | | show dialog again of operation failed | Bjoern Schiessle | 2016-11-24 | 1 | -0/+1 |
* | | | set focus on input field | Bjoern Schiessle | 2016-11-24 | 1 | -0/+1 |
* | | | Merge pull request #2283 from nextcloud/no-padding-if-no-settings-area | Julius Härtl | 2016-11-23 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | Remove padding from apps navigation if there is no settings area | Morris Jobke | 2016-11-23 | 1 | -0/+4 |
* | | | | Merge pull request #2247 from nextcloud/avatar-fallback | Roeland Jago Douma | 2016-11-23 | 2 | -5/+5 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | fix unit tests | Morris Jobke | 2016-11-23 | 1 | -2/+2 |
| * | | | use ? instead of X for avatar name fallback | Jan-Christoph Borchardt | 2016-11-22 | 1 | -3/+3 |
| |/ / | |||||
* / / | Do not escape sharees | Roeland Jago Douma | 2016-11-23 | 1 | -9/+3 |
|/ / | |||||
* | | Use proper return function | Lukas Reschke | 2016-11-21 | 1 | -2/+1 |
* | | Adjust unit tests | Lukas Reschke | 2016-11-21 | 1 | -6/+12 |
* | | Search on lookup server | Roeland Jago Douma | 2016-11-21 | 1 | -1/+3 |
* | | Merge pull request #1855 from nextcloud/focus-onslidetoggle | Morris Jobke | 2016-11-18 | 1 | -0/+4 |
|\ \ | |||||
| * | | Add focus to autofocus form element on slide toggle | Felix A. Epp | 2016-11-07 | 1 | -0/+4 |
* | | | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actions | Morris Jobke | 2016-11-18 | 2 | -0/+76 |
|\ \ \ | |||||
| * | | | Use the existing prompt | Joas Schilling | 2016-11-18 | 1 | -37/+27 |
| * | | | Submit on enter | Roeland Jago Douma | 2016-11-18 | 1 | -0/+6 |
| * | | | Empty the password field on submission of the form | Joas Schilling | 2016-11-18 | 1 | -5/+3 |
| * | | | use proper method call for _.bind() | Morris Jobke | 2016-11-18 | 1 | -1/+1 |
| * | | | Require confirmation for app config changes | Joas Schilling | 2016-11-18 | 1 | -0/+4 |
| * | | | Make sure it is a function | Joas Schilling | 2016-11-18 | 1 | -1/+1 |
| * | | | Allow to check it via the API | Joas Schilling | 2016-11-18 | 1 | -2/+16 |