Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve URL detection | Joas Schilling | 2018-07-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix style of the user facing whats new popup | Morris Jobke | 2018-07-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #10110 from nextcloud/feature/100500/whats-new-info-users | Morris Jobke | 2018-07-13 | 1 | -0/+134 |
|\ | | | | | Display What's New info to users | ||||
| * | wire the frontend | Arthur Schiwon | 2018-07-05 | 1 | -7/+87 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | Backend work to provide NC whats New info to users | Arthur Schiwon | 2018-07-05 | 1 | -0/+54 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Improve url detection in comments | Joas Schilling | 2018-07-11 | 1 | -9/+8 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix "parsing" of email-addresses in comments and chat messages | Joas Schilling | 2018-06-27 | 1 | -2/+2 |
| | | | | | | | | | \\b matches any non-word character, including \@ and \- In order to not detect urls in the middle of email-addresses, we need to check for white space characters and beginning of the message instead. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move external share saving to template | Julius Härtl | 2018-04-05 | 1 | -0/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Move styling and menu handling to publicpage.js | Julius Härtl | 2018-04-05 | 1 | -2/+13 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add public template | Julius Härtl | 2018-02-27 | 1 | -0/+29 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Adds rel="noopener noreferrer" to _blank links inside comments | Thomas Citharel | 2018-01-11 | 1 | -1/+1 |
| | | | | | | For more details, check out https://mathiasbynens.github.io/rel-noopener/ for instance Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | opens comments links in _blank 🙊 | Arthur Schiwon | 2018-01-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | format links in comments | Arthur Schiwon | 2018-01-03 | 1 | -0/+60 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Use dot notation for array access - JSLint recommendation | Morris Jobke | 2017-05-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove the double password confirmation on changing cron | Joas Schilling | 2017-03-13 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | use proper method call for _.bind() | Morris Jobke | 2016-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Require confirmation for app config changes | Joas Schilling | 2016-11-18 | 1 | -0/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | @since 9.2.0 to @since 11.0.0 | Roeland Jago Douma | 2016-11-15 | 1 | -6/+6 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix missing semicolon | Joas Schilling | 2016-10-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -0/+113 |
Signed-off-by: Joas Schilling <coding@schilljs.com> |