You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules
zeripath b10c416f9e
Use AJAX for notifications table (#10961)
* Use AJAX for notifications table

Signed-off-by: Andrew Thornton <art27@cantab.net>

* move to separate js

Signed-off-by: Andrew Thornton <art27@cantab.net>

* placate golangci-lint

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add autoupdating notification count

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Fix wipeall

Signed-off-by: Andrew Thornton <art27@cantab.net>

* placate tests

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Try hidden

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Try hide and hidden

Signed-off-by: Andrew Thornton <art27@cantab.net>

* More auto-update improvements

Only run checker on pages that have a count
Change starting checker to 10s with a back-off to 60s if there is no change

Signed-off-by: Andrew Thornton <art27@cantab.net>

* string comparison!

Signed-off-by: Andrew Thornton <art27@cantab.net>

* as per @silverwind

Signed-off-by: Andrew Thornton <art27@cantab.net>

* add configurability as per @6543

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add documentation as per @6543

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Use CSRF header not query

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Further JS improvements

Fix @etzelia update notification table request
Fix @silverwind comments

Co-Authored-By: silverwind <me@silverwind.io>
Signed-off-by: Andrew Thornton <art27@cantab.net>

* Simplify the notification count fns

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: silverwind <me@silverwind.io>
5 years ago
..
analyze Migrate to go-enry new version (#10906) 5 years ago
auth Add option to increase provided OAuth2 token maximum size (#11180) 5 years ago
avatar
base Add gitea-vet (#10948) 5 years ago
cache make avatar lookup occur at image request (#10540) 5 years ago
charset
context Fix release counter on API repository info (#10968) 5 years ago
convert Prevent merge of outdated PRs on protected branches (#11012) 5 years ago
cron
generate Add gitea-vet (#10948) 5 years ago
git Fix submodule paths when AppSubUrl is not root (#11098) 5 years ago
gitgraph
graceful
highlight
httplib
indexer Log the indexer path on failure (#11172) 5 years ago
lfs Add gitea-vet (#10948) 5 years ago
log
markup enable ENABLE_HARD_LINE_BREAK by default (#11162) 5 years ago
metrics
migrations When migrating from Gitlab map Approvals to approving Reviews (#11147) 5 years ago
notification add request review from specific reviewers feature in pull request (#10756) 5 years ago
options Rename scripts to build and add revive command as a new build tool command (#10942) 5 years ago
password
pprof
private Upgrade golangci-lint to 1.24.0 (#10894) 5 years ago
process Add gitea-vet (#10948) 5 years ago
public Send 404 immediately for known public requests (#11117) 5 years ago
queue Improve config logging when WrappedQueue times out (#11174) 5 years ago
recaptcha
references
repofiles Avoid 0 new commits messages to be send (#11082) 5 years ago
repository Fix forked repo has no icon and language stat. (#10791) 5 years ago
secret
session
setting Use AJAX for notifications table (#10961) 5 years ago
ssh log.Fatal on failure to listen to SSH port (#10795) 5 years ago
structs Add support for migrating from Gitlab (#9084) 5 years ago
sync
task
templates Use AJAX for notifications table (#10961) 5 years ago
test Add Organization Wide Labels (#10814) 5 years ago
timeutil
upload
user Add gitea-vet (#10948) 5 years ago
util
validation [API] Get a single commit via Ref (#10915) 5 years ago
webhook Add Matrix webhook (#10831) 5 years ago