announcementcenter
announcementcenter copied to clipboard
📢 Announcement Center for Nextcloud
This feature allows adding a banner as an announcement option. The user has to click it away in order to use the navbar again, because it's hidden behind it. Allows...
This PR adds CLI commands for announcing, deleting and viewing announcements: ``` announcementcenter:announce [--activities] [--notifications] [--emails] [--comments] [-s|--schedule-time [SCHEDULE-TIME]] [-d|--delete-time [DELETE-TIME]] [-g|--group [GROUP]] [--] announcementcenter:delete announcementcenter:list [] ``` # Help:...
### Steps to reproduce 1. Admin makes an announcement 2. Open notification box ### Expected behaviour Only 1 notification per announcement. ### Actual behaviour 2 notifications per announcement:  ###...
Being able to schedule announcements is a wished feature from the community, this is completely optional of course Images: App view:  Test user: (he only got...
### Steps to reproduce N/A ### Expected behaviour As a Request for Enhancement/Feature Request: As a Nextcloud admin, it would be helpful to be able to create announcements from the...
### Steps to reproduce 1. Disable Activity App 2. Create Announcement 3. ### Expected behaviour The activities option should not be shown. The end-user won't know what it does. ###...
I would like to suggest implementing a way to schedule announcements in advance. This would allow announcements to be planned ahead of time to make organizing events easier. Has such...
1. add Nextcloud text editor integration 2. add attachment support 3. support attachment viewer & download 4. classify announcements by time 5. remake user interface(create form,announcement list and more) 6....
* Ref https://github.com/nextcloud/server/pull/41201 Therefore comments will not load anymore with: https://github.com/nextcloud/announcementcenter/blob/main/lib/Controller/PageController.php#L103 --- Required steps: - [ ] Copy the used assets into this repo or a shared library - [...