| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix loginflow with apptoken enter on iOS | Roeland Jago Douma | 2019-01-05 | 1 | -8/+0 |
* | Ignore "session_lifetime" if it can not be converted to a number | Daniel Calviño Sánchez | 2018-10-11 | 1 | -1/+3 |
* | Fix a misleading setup check for .well-known/caldav & carddav | Morris Jobke | 2018-10-10 | 1 | -4/+4 |
* | Improve URL detection | Joas Schilling | 2018-08-23 | 2 | -1/+2 |
* | Do not bind reset password link if an url is set | John Molakvoæ (skjnldsv) | 2018-08-17 | 1 | -1/+1 |
* | Improve url detection in comments | Joas Schilling | 2018-07-11 | 2 | -9/+58 |
* | Fix "parsing" of email-addresses in comments and chat messages | Joas Schilling | 2018-07-11 | 1 | -2/+2 |
* | Remove no longer needed escaping of special characters | Daniel Calviño Sánchez | 2018-05-10 | 1 | -3/+1 |
* | Fix ids of permission checkboxes for shares | Daniel Calviño Sánchez | 2018-05-10 | 2 | -11/+61 |
* | Add proper ARIA attributes and structure to header for accessibility, thanks ... | Jan-Christoph Borchardt | 2018-05-09 | 1 | -0/+8 |
* | Use the display name in the avatar for a circle share | Daniel Calviño Sánchez | 2018-03-20 | 2 | -2/+2 |
* | Set autocomplete=new-password for mail share password | Roeland Jago Douma | 2018-02-28 | 1 | -1/+1 |
* | Removed additional and uneccessary request on password reset, to fix redirect... | Luca Adrian Lindhorst | 2018-01-24 | 1 | -8/+1 |
* | Merge pull request #7709 from nextcloud/fix-password-displayed-as-username-in... | Morris Jobke | 2018-01-11 | 1 | -1/+1 |
|\ |
|
| * | Fix password displayed as username in Firefox password manager dialog | Daniel Calviño Sánchez | 2018-01-05 | 1 | -1/+1 |
* | | Merge pull request #7650 from rpirritano/master | Morris Jobke | 2018-01-11 | 1 | -0/+1 |
|\ \ |
|
| * | | made small changes to login screen | Robert Pirritano | 2018-01-11 | 1 | -0/+1 |
* | | | Adds rel="noopener noreferrer" to _blank links inside comments | Thomas Citharel | 2018-01-11 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #7635 from Abijeet/bug-7106 | Roeland Jago Douma | 2018-01-10 | 2 | -2/+66 |
|\ \ |
|
| * | | Add extra test cases for password confirmation | Daniel Calviño Sánchez | 2018-01-10 | 1 | -2/+26 |
| * | | Added test cases for the fix for the password confirmation box appearing repe... | Abijeet | 2018-01-10 | 1 | -0/+37 |
| * | | Fixes password input being prompted every time. | Abijeet | 2018-01-08 | 1 | -2/+5 |
* | | | opens comments links in _blank 🙊 | Arthur Schiwon | 2018-01-08 | 1 | -1/+1 |
* | | | Fix tests | Julius Härtl | 2018-01-08 | 1 | -2/+0 |
* | | | Remove show() function since we always show the avatar container | Julius Härtl | 2018-01-08 | 2 | -4/+2 |
|/ / |
|
* | | Merge pull request #7477 from nextcloud/date-time-picker-position-fix | Morris Jobke | 2018-01-05 | 1 | -11/+8 |
|\ \
| |/
|/| |
|
| * | Fixed default expire date and placeholder | John Molakvoæ (skjnldsv) | 2018-01-05 | 1 | -1/+3 |
| * | Share datepicker fix | John Molakvoæ (skjnldsv) | 2018-01-03 | 1 | -10/+5 |
* | | Fixed js typehint for showHtml method | splitt3r | 2018-01-04 | 1 | -1/+1 |
* | | format links in comments | Arthur Schiwon | 2018-01-03 | 3 | -0/+62 |
|/ |
|
* | Merge pull request #7487 from nextcloud/no-password-confirm-with-sso | blizzz | 2018-01-03 | 1 | -1/+2 |
|\ |
|
| * | disable password confirmation with SSO | Bjoern Schiessle | 2018-01-02 | 1 | -1/+2 |
* | | Merge pull request #7526 from nextcloud/make-possible-for-apps-to-disable-the... | Morris Jobke | 2018-01-03 | 2 | -1/+463 |
|\ \
| |/
|/| |
|
| * | Force the drag to end when the navigation bar Snap is disabled by an app | Daniel Calviño Sánchez | 2017-12-14 | 2 | -1/+7 |
| * | Make possible for apps to disallow the navigation bar slide gesture | Daniel Calviño Sánchez | 2017-12-14 | 2 | -1/+353 |
| * | Add unit tests for the navigation bar slide gesture | Daniel Calviño Sánchez | 2017-12-14 | 1 | -0/+104 |
* | | Fix tests | Roeland Jago Douma | 2017-12-19 | 1 | -77/+60 |
* | | Also do callback on the failing function | Roeland Jago Douma | 2017-12-19 | 1 | -0/+4 |
* | | Fix fallback when image loading fails | Julius Härtl | 2017-12-19 | 1 | -46/+27 |
* | | Still call callback once avatar is loaded | Roeland Jago Douma | 2017-12-19 | 1 | -0/+4 |
* | | Add loading icon on avatar | John Molakvoæ (skjnldsv) | 2017-12-19 | 2 | -3/+5 |
* | | Since we now always generate an avatar do not load the placeholder | Roeland Jago Douma | 2017-12-19 | 1 | -5/+0 |
* | | Use javascript to send the actual password reset | Roeland Jago Douma | 2017-12-19 | 1 | -0/+1 |
|/ |
|
* | Add tests | Roeland Jago Douma | 2017-12-13 | 1 | -9/+50 |
* | Add warning regarding freetype support | Roeland Jago Douma | 2017-12-13 | 1 | -0/+9 |
* | Set autocomplete on share password input | Roeland Jago Douma | 2017-12-12 | 1 | -2/+2 |
* | Merge pull request #6079 from nextcloud/fix-antivirus | blizzz | 2017-12-11 | 2 | -12/+53 |
|\ |
|
| * | Parse Sabre Exception in OC.Files.Client and file-upload | Vincent Petry | 2017-11-13 | 2 | -12/+53 |
* | | Merge pull request #7390 from nextcloud/update-php-info | Morris Jobke | 2017-12-08 | 1 | -0/+6 |
|\ \ |
|
| * | | Show hint that PHP 5.6 will not be supported in Nextcloud 14 anymore | Morris Jobke | 2017-12-08 | 1 | -0/+6 |