summaryrefslogtreecommitdiffstats
path: root/apps/comments
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-11-1112-14/+334
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1010-0/+330
|
* [tx-robot] updated from transifexNextcloud bot2017-11-082-2/+56
|
* [tx-robot] updated from transifexNextcloud bot2017-11-072-0/+66
|
* Update license headersMorris Jobke2017-11-0615-26/+52
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add variable for border-radiusJan-Christoph Borchardt2017-11-031-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2017-11-034-0/+132
|
* update autoloaderArthur Schiwon2017-11-012-0/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-0115-23/+722
|\
| * Merge pull request #6875 from nextcloud/app_autoloadersJoas Schilling2017-11-019-0/+619
| |\ | | | | | | Move server apps to dedicated autoloader
| | * Comments AutoloaderRoeland Jago Douma2017-10-249-0/+619
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Merge pull request #6849 from ↵blizzz2017-10-311-0/+6
| |\ \ | | |/ | |/| | | | | | | nextcloud/fix-missing-translation-of-personal-calendar-in-activity Fix missing translation of "Personal" calendar in activities
| | * Add a doc why this should not be removedJoas Schilling2017-10-231-0/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Use ::class in test mocksMorris Jobke2017-10-242-21/+31
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | [tx-robot] updated from transifexNextcloud bot2017-10-242-0/+66
| | |
| * | Box-shadow does not need vendor prefix anymoreMorris Jobke2017-10-231-2/+0
| |/ | | | | | | | | | | | | https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow http://caniuse.com/#search=box-shadow Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | adjust jsunit testsArthur Schiwon2017-11-012-9/+14
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix avatar loading for generic placeholdersArthur Schiwon2017-10-311-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | remove more vendor-imported files that aren't necessaryArthur Schiwon2017-10-318-260/+0
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | simplify registration of manager in server containerArthur Schiwon2017-10-311-1/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | only ship minimized js filesArthur Schiwon2017-10-31154-35552/+0
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix comment sorterArthur Schiwon2017-10-303-8/+32
| | | | | | | | | | | | | | background: we have a flat hierarchy of comments, not a tree. therefore we can also remove again the unnecessary additions. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | preserve line breaksArthur Schiwon2017-10-301-0/+10
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | configurable amount of autocomplete results in commentsArthur Schiwon2017-10-274-1/+126
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | avatar css fixesArthur Schiwon2017-10-271-2/+10
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | apply our themingArthur Schiwon2017-10-274-5/+95
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | autocomplete on demandArthur Schiwon2017-10-261-13/+19
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | enable autocomplete when editing commentsArthur Schiwon2017-10-231-49/+75
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix unstable comment orderArthur Schiwon2017-10-231-13/+19
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix contactsmenu-popupArthur Schiwon2017-10-221-0/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | convert mentions after save to the plain format we useArthur Schiwon2017-10-221-43/+89
| | | | | | | | | | | | also ensures proper rendering, even of edited comments Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | when writing a comment, render mentions as they'd appear anywhereArthur Schiwon2017-10-221-12/+38
| | | | | | | | | | | | i.e. avatar with displaymenu and contactsmenu-popover Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | turn textarea to contenteditable divArthur Schiwon2017-10-222-15/+49
| | | | | | | | | | | | we will need it for nice formatting of the mentioned user Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | setup atwho autocompleteArthur Schiwon2017-10-221-0/+23
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | add At.js and dependenciesArthur Schiwon2017-10-22168-1/+35823
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix class name in info.xmlArthur Schiwon2017-10-221-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | ensure that sorting is stableArthur Schiwon2017-10-222-4/+15
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | AutoCompletion backendArthur Schiwon2017-10-223-0/+246
|/ | | | | | | | | | * introduce a Controller for requests * introduce result sorting mechanism * extend Comments to retrieve commentors (actors) in a tree * add commenters sorter * add share recipients sorter Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2017-10-072-2/+54
|
* [tx-robot] updated from transifexNextcloud bot2017-10-044-24/+52
|
* [tx-robot] updated from transifexNextcloud bot2017-09-302-2/+56
|
* [tx-robot] updated from transifexNextcloud bot2017-09-282-2/+2
|
* Use the wrapper to get the parameters which was added in #6369Joas Schilling2017-09-191-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-09-132-12/+12
|
* Allow translations of the comments activity in the emails tooJoas Schilling2017-09-052-13/+35
| | | | | | | Message and object data is not available on emails atm, so we can not use them either... Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-08-252-2/+12
|
* [tx-robot] updated from transifexNextcloud bot2017-08-192-12/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-08-112-14/+28
|
* [tx-robot] updated from transifexNextcloud bot2017-08-092-20/+28
|
* Fix CommentsRoeland Jago Douma2017-08-015-13/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>