| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure the file is readable before attempting to create a preview | Roeland Jago Douma | 2018-05-29 | 1 | -0/+20 |
* | make sure force language is reflected in html lang attribute | Georg Ehrke | 2018-05-24 | 1 | -7/+43 |
* | Certain tokens can expire | Roeland Jago Douma | 2018-05-23 | 1 | -0/+75 |
* | Allow the rotation of tokens | Roeland Jago Douma | 2018-05-23 | 1 | -0/+42 |
* | Merge pull request #9232 from nextcloud/12-9205 | Roeland Jago Douma | 2018-04-19 | 2 | -1/+7 |
|\ |
|
| * | Provide an option to disable HTML emails | Morris Jobke | 2018-04-18 | 2 | -1/+7 |
* | | Show EOL warning in the update section | Joas Schilling | 2018-04-18 | 1 | -0/+3 |
|/ |
|
* | Add acceptance tests for creation of subfolders in public shared folders | Daniel Calviño Sánchez | 2018-03-11 | 3 | -0/+181 |
* | Extract common "wait for" functions to a helper class | Daniel Calviño Sánchez | 2018-03-11 | 2 | -30/+84 |
* | Generalize file list steps so a specific ancestor can be used | Daniel Calviño Sánchez | 2018-03-11 | 4 | -3/+115 |
* | Generalize file list locators so a specific ancestor can be used | Daniel Calviño Sánchez | 2018-03-11 | 2 | -31/+43 |
* | Store the name of the actor in the Actor object | Daniel Calviño Sánchez | 2018-03-11 | 2 | -3/+19 |
* | Extract file list locators and steps to its own class | Daniel Calviño Sánchez | 2018-03-11 | 3 | -146/+183 |
* | Add automatic handling of NoSuchElement exceptions | Daniel Calviño Sánchez | 2018-03-09 | 1 | -6/+16 |
* | Add automatic handling of MoveTargetOutOfBounds exceptions | Daniel Calviño Sánchez | 2018-03-09 | 1 | -3/+17 |
* | Merge pull request #8130 from nextcloud/fix-own-avatar-not-updated-when-displ... | Morris Jobke | 2018-02-27 | 1 | -3/+111 |
|\ |
|
| * | Fix own avatar not updated when display name is changed | Daniel Calviño Sánchez | 2018-01-31 | 1 | -3/+111 |
* | | Use S3Client::upload instead of splitting single/multipart upload ourselves | Robin Appelman | 2018-01-29 | 1 | -5/+12 |
|/ |
|
* | Add acceptance test for renaming a file with the details view open | Daniel Calviño Sánchez | 2018-01-11 | 2 | -0/+57 |
* | Add missing timeout multiplier | Daniel Calviño Sánchez | 2018-01-09 | 1 | -2/+6 |
* | Wait for the shared link to be set in the acceptance tests | Daniel Calviño Sánchez | 2018-01-09 | 1 | -1/+24 |
* | Fix typo in callback name | Daniel Calviño Sánchez | 2018-01-09 | 1 | -2/+2 |
* | Properly catch InvalidTokenException for better error response | Morris Jobke | 2018-01-09 | 1 | -0/+40 |
* | Merge pull request #7745 from nextcloud/7692_12 | Morris Jobke | 2018-01-09 | 1 | -0/+8 |
|\ |
|
| * | Don't lie about the preview mimetype | Roeland Jago Douma | 2018-01-08 | 1 | -0/+8 |
* | | Merge pull request #7694 from nextcloud/stable12-7611 | Roeland Jago Douma | 2018-01-08 | 3 | -33/+35 |
|\ \
| |/
|/| |
|
| * | removes invalid tests, adapts another one | Arthur Schiwon | 2018-01-04 | 1 | -33/+0 |
| * | never translate login names when requiring with a user id | Arthur Schiwon | 2018-01-04 | 1 | -12/+28 |
| * | extend tests for status quo | Arthur Schiwon | 2018-01-04 | 2 | -0/+19 |
* | | Fixed tests | John Molakvoæ (skjnldsv) | 2018-01-04 | 1 | -1/+1 |
* | | Fixed tests | John Molakvoæ (skjnldsv) | 2018-01-03 | 3 | -13/+32 |
* | | Correctly remove temp test directory tree | John Molakvoæ (skjnldsv) | 2018-01-03 | 1 | -1/+13 |
* | | Added tests for various installations types | John Molakvoæ (skjnldsv) | 2018-01-03 | 1 | -0/+37 |
* | | Fixed webroot for scss files | John Molakvoæ (skjnldsv) | 2018-01-03 | 1 | -11/+2 |
|/ |
|
* | Unit tests for #6977 | Joas Schilling | 2018-01-03 | 1 | -0/+26 |
* | Fix duplicate session token after remembered login | Christoph Wurst | 2017-12-19 | 1 | -0/+8 |
* | Merge pull request #7558 from nextcloud/12-7427 | Morris Jobke | 2017-12-18 | 5 | -5/+29 |
|\ |
|
| * | Fix email buttons for white theme | Morris Jobke | 2017-12-18 | 5 | -5/+29 |
* | | Merge pull request #7464 from nextcloud/cached-mount-info-filepath-12 | Morris Jobke | 2017-12-13 | 1 | -0/+4 |
|\ \ |
|
| * | | Allow getting the filepath when getting cached mounts by fileid | Robin Appelman | 2017-12-12 | 1 | -0/+4 |
| |/ |
|
* / | allow 'Nextcloud' in the user agent string of Android | Bjoern Schiessle | 2017-12-12 | 1 | -0/+14 |
|/ |
|
* | Merge pull request #7328 from nextcloud/backport/7327/access-list-regression-... | Morris Jobke | 2017-11-28 | 1 | -2/+113 |
|\ |
|
| * | Fix current access list test and add one for $currentAccess === false | Joas Schilling | 2017-11-28 | 1 | -2/+113 |
* | | CSSResourceLocator: handle SCSS in apps outside root | Kyle Fazzari | 2017-11-22 | 1 | -23/+89 |
|/ |
|
* | {J,CS}SResourceLocator: account for symlinks in app path | Kyle Fazzari | 2017-11-14 | 2 | -0/+292 |
* | Merge pull request #6464 from nextcloud/proper-english-nowhave-backport-stable12 | blizzz | 2017-11-10 | 9 | -15/+15 |
|\ |
|
| * | Fix welcome text for better grammar in themed instances | Morris Jobke | 2017-11-09 | 9 | -15/+15 |
| * | Improve text: 'you have now' -> 'you now have' | Leon Klingele | 2017-09-12 | 9 | -15/+15 |
* | | Theming: theme flow redirection page | Julius Härtl | 2017-11-08 | 1 | -1/+1 |
* | | Improve mimetype detection for object storages | Morris Jobke | 2017-11-06 | 1 | -0/+2 |