aboutsummaryrefslogtreecommitdiff
path: root/routers/admin/admin.go
Commit message (Collapse)AuthorAge
* 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
|
* Fix #209Unknown2014-05-28
|
* Fixed #209Unknown2014-05-25
|
* Log to different adapter according to levelUnknown2014-05-11
|
* Add mention, read/unread support of issue trackerUnknown2014-05-07
|
* Batch of mirror fixesUnknown2014-05-06
|
* Clean repo codeUnknown2014-05-05
|
* Merge branch 'dev-ldap' into devLunny Xiao2014-05-05
|\
| * ldap supportLunny Xiao2014-05-03
| |
* | Add disable gravatar optionUnknown2014-05-01
| |
* | Add router log config optionUnknown2014-05-01
| |
* | HTTP no follow and offline modeUnknown2014-04-27
|/
* Add weibo oauthUnknown2014-04-13
|
* Change new martini impot pathUnknown2014-03-30
|
* Update config optionUnknown2014-03-28
|