aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/notification.js
Commit message (Expand)AuthorAgeFilesLines
* Fix notification list bugs (#25781)wxiaoguang2023-07-091-1/+1
* Rework notifications list (#24812)silverwind2023-05-251-0/+24
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-3/+3
* Enable contenthash in filename for dynamic assets (#20813)silverwind2022-08-231-2/+2
* Fix the JS error "EventSource is not defined" caused by some non-standard bro...wxiaoguang2022-08-031-24/+23
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-1/+1
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-281-1/+2
* Fix some incorrect async functions, improve frontend document. (#17597)wxiaoguang2021-11-121-17/+18
* Improve async/await usage, and sort init calls in `index.js` (#17386)wxiaoguang2021-11-091-2/+2
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-14/+14
* Update JS dependencies (#16708)silverwind2021-08-171-2/+2
* Update notification table with only latest data (#16445)zeripath2021-07-171-4/+12
* Fix handling of logout event (#15323)zeripath2021-04-081-1/+1
* Drop the event source if we are unauthorized (#15275)zeripath2021-04-041-0/+5
* Update JS dependencies and webpack (#14118)silverwind2020-12-271-37/+35
* Re-fix #12095 again (#12138)zeripath2020-07-051-1/+1
* Bugfix for shared event source (#12129)zeripath2020-07-041-11/+6
* Move EventSource to SharedWorker (#12095)zeripath2020-07-031-29/+68
* Close EventSource before unloading the page (#11539)silverwind2020-05-221-0/+3
* Add EventSource support (#11235)zeripath2020-05-071-11/+48
* Use AJAX for notifications table (#10961)zeripath2020-04-241-0/+110