Commit Graph

39 Commits (984b85c1a72f9f1561447a8492bc3d33a87e3641)

Author SHA1 Message Date
John Olheiser e5944a9521
Change admin dashboard to POST ()
* Add form and convert to POST

* Redirect for flash

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Mario Lubenka 8eba27c792 Repository avatar fallback configuration ()
* Only show repository avatar in list when one was selected

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Adds fallback configuration option for repository avatar

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Implements repository avatar fallback

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Adds admin task for deleting generated repository avatars

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Solve linting issues

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Save avatar before updating database

* Linting

* Update models/repo.go

Co-Authored-By: zeripath <art27@cantab.net>
Julian e5228b8369 fix: use correct value for "MSpan Structures Obtained" ()
Signed-off-by: Julian Tölle <julian.toelle97@gmail.com>
Allen Wild 8606d9f5bc Add admin dashboard option to run health checks ()
There's one for git gc, why not git fsck too?

Also add a couple more trace logs to GitFsck to see progress
Lauris BH 524885dd65 LDAP user synchronization ()
Patrick G efbb895ebe Cleaner ui for admin, repo settings, and user settings page () ()
Lunny Xiao 0e6b9ea786 Take back control of hooks ()
* git: delegate all server-side Git hooks ()

* create hooks directories

* take control hooks back

* fix lint

* bug fixed and minor changes

* fix imports style

* fix migration scripts
Unknwon 04be8c0de5 reinitialize all repos from the db
- Update locales
Adam Strzelecki da2585c11e Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.

1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
   such as {{if}} {{with}}

2. Cleans all trailing white-space

3. Adds trailing last line-break to each file
Unknwon efea642d6c add admin op: delete missing repos
Unknwon 7a9777ae36 fix
Antoine GIRARD 5edc2f6d6c Fix indent tmpl
Antoine GIRARD ae0fadeb0e To quick to copy-paste
Antoine GIRARD e1c04f043b Implement new ui to dashboard
Unknwon 3fb1b6a608 drop oauth2 feature support
Gogs b80aef0fa6 remove dashboard operations table header
Unknwon f15fa9167a cmd: code fix for
- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now)
fzerorubigd 6643647687
add afunction to rewrite all public keys on admin request
refs 
Unknwon d75013a0e8 fix
Unknwon 2d8c414f8c Fix
Unknwon 7ba9257a7f Add suburl support
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
Conflicts:
	modules/setting/setting.go

Conflicts:
	templates/repo/release/list.tmpl
	templates/user/dashboard/dashboard.tmpl

Conflicts:
	routers/repo/setting.go
Unknwon 8829174574 Finish new admin users pages
Unknwon 1aec1a2dda Finish new admin dashboard
Unknown ad5ec45dd6 Fix
Unknown 54e95fa367 Finish add new milestone
Unknown 8ca14e2109 Improve delete SSH key
Unknown 7cb5a15c9b Batch of mirror fixes
Unknown c36e7d322e Mirror updates
Unknown eb803ec5eb Add transfer repository
crackcomm 5a07b5430e .admin-dl-horizontal
crackcomm 868d921f7b Description list instead of div's in admin Dashboard & Configuration.
FuXiaoHei 2a2f025388 change css name style
Unknown fd1831052c Update session
Unknown 0d1872ebe3 Add admin memStatus panel
Unknown e67653cf13 Bug fix
Unknown f6596f11c4 All configuration reload-able
Unknown 06631ab91f Basic admin data table, models changes
Unknown 9f9cd6bfc6 Work on admin