summaryrefslogtreecommitdiffstats
path: root/core/js/public
Commit message (Collapse)AuthorAgeFilesLines
* Improve URL detectionJoas Schilling2018-07-311-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix style of the user facing whats new popupMorris Jobke2018-07-171-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #10110 from nextcloud/feature/100500/whats-new-info-usersMorris Jobke2018-07-131-0/+134
|\ | | | | Display What's New info to users
| * wire the frontendArthur Schiwon2018-07-051-7/+87
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Backend work to provide NC whats New info to usersArthur Schiwon2018-07-051-0/+54
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Improve url detection in commentsJoas Schilling2018-07-111-9/+8
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix "parsing" of email-addresses in comments and chat messagesJoas Schilling2018-06-271-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 templateJulius Härtl2018-04-051-0/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move styling and menu handling to publicpage.jsJulius Härtl2018-04-051-2/+13
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add public templateJulius Härtl2018-02-271-0/+29
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adds rel="noopener noreferrer" to _blank links inside commentsThomas Citharel2018-01-111-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 Schiwon2018-01-081-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* format links in commentsArthur Schiwon2018-01-031-0/+60
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use dot notation for array access - JSLint recommendationMorris Jobke2017-05-011-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove the double password confirmation on changing cronJoas Schilling2017-03-131-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* use proper method call for _.bind()Morris Jobke2016-11-181-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Require confirmation for app config changesJoas Schilling2016-11-181-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-6/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix missing semicolonJoas Schilling2016-10-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make AppConfig part of the public APIJoas Schilling2016-10-211-0/+113
Signed-off-by: Joas Schilling <coding@schilljs.com>