aboutsummaryrefslogtreecommitdiff
path: root/routers/admin/admin.go
Commit message (Collapse)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
|
* Refactoring: rename ctx -> cUnknwon2017-06-03
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* Refactoring: remove tool.TplNameUnknwon2017-04-05
|
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* admin: fix template errorUnknwon2017-02-28
| | | | Also a try to display key-value pairs in table.
* admin/config: display repository related settings (#3816)Unknwon2017-02-18
|
* git: delegate all server-side Git hooks (#1623)Unknwon2017-02-14
|
* config: show Git version in admin panelUnknwon2017-02-11
|
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* Move models/mail.go to modules/mail.goUnknwon2017-01-30
| | | | To use interface to replace *models.User in avoiding cycle import.
* Fix typo CacheInternal -> CacheInterval (#3432)Thibault Meyer2016-08-11
|
* #3091 show Git configs on admin panelUnknwon2016-08-10
|
* Add support for federated avatars (#3320)Sandro Santilli2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for federated avatars Fixes #3105 Removes avatar fetching duplication code Adds an "Enable Federated Avatar" checkbox in user settings (defaults to unchecked) Moves avatar settings all in the same form, making local and remote avatars mutually exclusive Renames UploadAvatarForm to AvatarForm as it's not anymore only for uploading * Run gofmt on all modified files * Move Avatar form in its own page * Add go-libravatar dependency to vendor/ dir Hopefully helps with accepting the contribution. See also #3214 * Revert "Add go-libravatar dependency to vendor/ dir" This reverts commit a8cb93ae640bbb90f7d25012fc257bda9fae9b82. * Make federated avatar setting a global configuration Removes the per-user setting * Move avatar handling back to base tool, disable federated avatar in offline mode * Format, handle error * Properly set fallback host * Use unsupported github.com mirror for importing go-libravatar * Remove comment showing life exists outside of github.com ... pity, but contribution would not be accepted otherwise * Use Combo for Get and Post methods over /avatar * FEDERATED_AVATAR -> ENABLE_FEDERATED_AVATAR * Fix persistance of federated avatar lookup checkbox at install time * Federated Avatars -> Enable Federated Avatars * Use len(string) == 0 instead of string == "" * Move import line where it belong See https://github.com/Unknwon/go-code-convention/blob/master/en-US/import_packages.md Pity the import url is still the unofficial one, but oh well... * Save a line (and waste much more expensive time) * Remove redundant parens * Remove an empty line * Remove empty lines * Reorder lines to make diff smaller * Remove another newline Unknwon review got me start a fight against newlines * Move DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR after OFFLINE_MODE On re-reading the diff I figured what Unknwon meant here: https://github.com/gogits/gogs/pull/3320/files#r73741106 * Remove newlines that weren't there before my intervention
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
|
* Rename module: middleware -> contextUnknwon2016-03-11
|
* #1891 attempt to fix expected invalid CSRF tokenUnknwon2016-03-03
| | | | - Remove unused config settings `[picture] service`
* Post work for #2637Unknwon2016-02-27
| | | | Improve test cases, config settings, also show SSH config settings on admin config panel.
* Minor fix for #2660Unknwon2016-02-24
|
* Test mailer button. Addresses #1531Josh Frye2016-02-24
|
* Move cron module to independent packageUnknwon2016-02-20
| | | | Make it easier to keep track of upstream changes and bug fixes
* #2554 reinitialize all repos from the dbUnknwon2016-02-04
| | | | - Update locales
* add admin op: delete missing reposUnknwon2015-11-18
|
* fix import path, fix #1782Unknwon2015-10-15
|
* drop oauth2 feature supportUnknwon2015-09-17
|
* typo and READMEUnknwon2015-09-12
|
* make cron task configurableUnknwon2015-08-18
|
* able to allow insecure certification of webhook for #891Unknwon2015-02-10
|
* cmd: code fix for #905Unknwon2015-02-08
| | | | | | | - 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)
* add afunction to rewrite all public keys on admin requestfzerorubigd2015-01-01
| | | | refs #763
* fix API changesUnknwon2014-12-28
|
* fix #580Unknwon2014-11-30
|
* Fix #635Unknwon2014-11-18
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-18
| | | | | | | | | | | | | | 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
* Finish all new admin pages.Unknwon2014-08-30
|
* Continue working on new admin pagesUnknwon2014-08-29
|
* Finish new admin users pagesUnknwon2014-08-29
|
* Finish new admin dashboardUnknwon2014-08-28
|
* Convert captcha, cache, csrf as middlewaresUnknwon2014-07-31
|
* New UI merge in progressUnknwon2014-07-26
|
* Fix #285Unknown2014-07-12
|
* Paging function for users and repositoriesUnknown2014-07-07
|
* Fix #165Unknown2014-06-24
|
* In progress of name template name constantUnknown2014-06-22
|
* Fix #165Unknown2014-06-21
|
* Basic process managerUnknown2014-06-19
|
* Add corn rask monitor panelUnknown2014-06-13
|
* Fix #242Unknown2014-06-08
|