Commit Graph

11 Commits (1ebb30e41bf3b44404d7d03a5541729762c226b5)

Author SHA1 Message Date
6543 bc0d2c8ada
RSS/Atom support for Repos ()
* support for repos
* refactor
* advertise the feeds via meta tags
* allow feed suffix and feed header
* optimize performance
zeripath 1314f38b59
fix pam authorization ()
https://huntr.dev/bounties/8d221f92-b2b1-4878-bc31-66ff272e5ceb/

Co-authored-by: ysf <34326+ysf@users.noreply.github.com>
6543 54e9ee37a7
format with gofumpt ()
* gofumpt -w -l .

* gofumpt -w -l -extra .

* Add linter

* manual fix

* change make fmt
John Olheiser 648464b504
Add bundle download for repository ()
* Add bundle download

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Fix fmt

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Fix build tags

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Download specific commit

Signed-off-by: jolheiser <john.olheiser@gmail.com>
KN4CK3R 3607f79d78
Fixed assert statements. ()
6543 99b7af6fc8
Add some Unit-Tests ()
* fix url

* modules/auth/pa: coverage: 40#.0%

* modules/base coverage: 67.6% -> 89.9%

* modules/cache coverage: 0% -> 12.0%

* modules/convert coverage: 27.1% -> 29.7%
John Olheiser 21d621301e
Remove PAM from auth dropdown when unavailable ()
Signed-off-by: jolheiser <john.olheiser@gmail.com>
guillep2k 09dbd85a3a
Various fixes in login sources ()
Lunny Xiao ec87a75c00 golint fixed for modules/auth
Unknwon 81adbe17ca use pam and update TRANSLATORS
Paolo Borelli 182003aa41 Add PAM authentication