aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/js/notifications.js
Commit message (Collapse)AuthorAgeFilesLines
* Convert notifications.js to vanilla JavaScript (no jQuery).Ben Sturmfels2021-08-191-29/+21
|
* use urlgen and store it in a variableRodney Ewing2013-08-201-1/+1
|
* add the ability to mark all notifications read.Rodney Ewing2013-08-201-0/+13
|
* New notifications, fixedJoar Wandborg2013-06-091-0/+18
| | | | | | - Remove notification-gem if notifications are null - Move comment-susbscription next to add-comment button - Add copyright header to notifications.js
* New notificationsJoar Wandborg2013-06-091-0/+18
- Added request.notifications - Email configuration fixes - Set config_spec default SMTP port to `0` and switch to SSL/non-SSL default if `port == 0` - Added email_smtp_use_ssl configuration setting - Added migrations for notification tables - Added __repr__ to MediaComment(Mixin) - Added MediaComment.get_entry => MediaEntry - Added CommentSubscription, CommentNotification, Notification, ProcessingNotification tables - Added notifications.task to celery init - Fixed a bug in the video transcoder where pygst would hijack the --help argument. - Added notifications - views - silence - subscribe - routes - utility methods - celery task - Added half-hearted .active comment CSS style - Added quick JS to show header_dropdown - Added fragment template to show notifications in header_dropdown - Added fragment template to show subscribe/unsubscribe buttons on media/comment pages - Updated celery setup tests with notifications.task - Tried to fix test_misc tests that I broke - Added notification tests - Added and extended tests.tools fixtures - Integrated new notifications into media_home, media_post_comment views - Bumped SQLAlchemy dependency to >= 0.8.0 since we need polymorphic for the notifications to work