Commit Graph

180 Commits

Author SHA1 Message Date
Nextcloud bot
943d9737e4 [tx-robot] updated from transifex 2016-10-18 00:06:51 +00:00
Morris Jobke
96f8f209b9 Merge pull request #1449 from nextcloud/comments-user-mention
Notifications for simple @-mentioning in comments
2016-10-17 09:30:47 +02:00
Arthur Schiwon
70c7781aa8 apply some polish
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2016-10-14 15:36:05 +02:00
Arthur Schiwon
1bcd2ca8e3 emit pre-update event for comments
* notifications can be cleaned up, no polluted DB
* updating comments will re-notify users or remove notifications, depending on the message

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2016-10-12 18:06:22 +02:00
Morris Jobke
675230f86d Merge pull request #1407 from nextcloud/multiline_comments
Bring back multiline comments
2016-10-11 16:17:51 +02:00
skjnldsv
dcddd4b9d5 fix textarea submit 2016-10-11 12:33:20 +02:00
Nextcloud bot
0beecbf2c5 [tx-robot] updated from transifex 2016-10-08 00:06:50 +00:00
Arthur Schiwon
a9671a4dc2 adjust wording of the notification
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2016-10-08 01:17:51 +02:00
Arthur Schiwon
a35d4e7b44 remove notifications of deleted comments from the DB
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2016-10-08 01:10:49 +02:00
Arthur Schiwon
006da9afd7 use different files route/controller
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2016-10-07 17:27:33 +02:00
Arthur Schiwon
e1073cf442 Notificacations for simple @-mentioning in comments
(WIP) notify user when mentioned in comments

Fix doc, and create absolute URL for as notification link.

PSR-4 compatibility changes

also move notification creation to comments app

Do not notify yourself

unit test for controller and application

smaller fixes

- translatable app name
- remove doubles in mention array
- micro perf optimization
- display name: special label for deleted users, keep user id for users that could not be fetched from userManager

Comment Notification-Listener Unit Test

fix email adresses

remove notification when triggering comment was deleted

add and adjust tests

add missing @license tags

simplify NotificationsController registration

appinfo simplification, php docs

make string easier to translate

adjust test

replace dispatcher-based listeners with a registration method and interface

safer to not pass optional data parameter to setSubject for marking as processed. ID and mention suffices

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

update comment

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2016-10-07 17:11:19 +02:00
Morris Jobke
fe2116ecf7 Merge pull request #1519 from nextcloud/better-comments-in-activity-sidebar
Better comments in activity sidebar
2016-10-05 23:56:10 +02:00
Joas Schilling
43265befac Update file header
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-05 14:33:54 +02:00
Vincent Petry
dba72a48cd Fix activity rendering plugin name
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-05 14:21:26 +02:00
Joas Schilling
ed70d4a2dc Mark the methods as copied
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-05 14:21:26 +02:00
Joas Schilling
bd0c9489f6 Make sure the CSS rules apply to the activityTabView as well
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-05 14:21:25 +02:00
Joas Schilling
724cd50e52 Register a ActivityTabView plugin
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-05 14:21:25 +02:00
Joas Schilling
fe6c9f7f47 Remove resolved FIXME
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-05 14:21:25 +02:00
Joas Schilling
b8cf2fb58b Do not shorten comments in the activity sidebar
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-05 14:21:22 +02:00
Joas Schilling
671f16f706 Add icons to activity navigation
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-05 11:38:06 +02:00
Roeland Jago Douma
c83b3e6bd5 Fix js test 2016-10-04 13:07:44 +02:00
Roeland Jago Douma
5ca50d9f31 Add autosize to comments input
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-04 13:04:56 +02:00
Nextcloud bot
07a1be2e06 [tx-robot] updated from transifex 2016-10-03 00:12:47 +00:00
Nextcloud bot
6297d201df [tx-robot] updated from transifex 2016-10-02 00:16:25 +00:00
Nextcloud bot
da03018add [tx-robot] updated from transifex 2016-10-01 00:08:23 +00:00
Nextcloud bot
99076a8c0d [tx-robot] updated from transifex 2016-09-30 00:08:13 +00:00
Nextcloud bot
4b873b35b7 [tx-robot] updated from transifex 2016-09-29 00:07:08 +00:00
Lukas Reschke
2eab2ffa22 Merge pull request #1553 from nextcloud/fix-comment-count-translation
Fix comment count tooltip
2016-09-28 23:17:05 +02:00
Joas Schilling
c9c64141ee Fix comment count tooltip
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-28 10:54:37 +02:00
skjnldsv
71830b285c Svgo optimization
Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
2016-09-27 20:56:26 +02:00
Nextcloud bot
810f72df46 [tx-robot] updated from transifex 2016-09-27 00:09:46 +00:00
Nextcloud bot
6a873acf46 [tx-robot] updated from transifex 2016-09-22 00:11:32 +00:00
Nextcloud bot
d24e78d1ff [tx-robot] updated from transifex 2016-09-21 00:09:40 +00:00
Nextcloud bot
70660d0d6c [tx-robot] updated from transifex 2016-09-20 00:09:37 +00:00
Nextcloud bot
bcc4b5cd0a [tx-robot] updated from transifex 2016-09-18 00:09:26 +00:00
Nextcloud bot
4fdee00c27 [tx-robot] updated from transifex 2016-09-15 00:12:37 +00:00
Nextcloud bot
7ffadc7e26 [tx-robot] updated from transifex 2016-09-14 00:10:31 +00:00
Nextcloud bot
f5aafdc897 [tx-robot] updated from transifex 2016-09-09 00:09:31 +00:00
Nextcloud bot
b992bf2142 [tx-robot] updated from transifex 2016-09-08 00:10:21 +00:00
Nextcloud bot
1110ef52ed [tx-robot] updated from transifex 2016-09-07 00:09:25 +00:00
Nextcloud bot
5d48809609 [tx-robot] updated from transifex 2016-09-06 00:09:18 +00:00
Nextcloud bot
8b484eedf0 [tx-robot] updated from transifex 2016-09-05 00:09:10 +00:00
Nextcloud bot
fc02c4a980 [tx-robot] updated from transifex 2016-09-04 00:09:21 +00:00
Nextcloud bot
e7f618ef14 [tx-robot] updated from transifex 2016-09-03 00:09:24 +00:00
Nextcloud bot
ab876619dc [tx-robot] updated from transifex 2016-09-02 00:09:11 +00:00
Joas Schilling
80e8d3db35 Use live timestamp on comments tab 2016-09-01 09:02:36 +02:00
Nextcloud bot
4a5cd74fb2 [tx-robot] updated from transifex 2016-09-01 00:09:24 +00:00
Joas Schilling
28792a010c Prevent parse error on editing an HTML comment 2016-08-29 14:18:34 +02:00
Morris Jobke
6d7c5e2265 Merge pull request #903 from nextcloud/allow-disable-comments
Revert "Always add activities for comments to the stream"
2016-08-18 16:51:42 +02:00
Roeland Jago Douma
71d81eef08 Merge pull request #927 from nextcloud/drop-unneeded-statements
white-space: pre-wrap is supported on all current browsers
2016-08-18 15:09:43 +02:00