| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
* Renamed scripts directory into contrib
* Added script to download gitignores from github
* Synced gitignores with github repo
|
| |
|
|
|
|
|
|
|
|
|
| |
Also renames `forgot_password` translation key to
`forgot_password_title` and `forget_password` to
`forgot_password`
Includes entry in CHANGELOG about the breaking change
(and some markdown fixes in there)
|
| |
|
| |
|
|
|
|
|
|
| |
* Add strings to ini
* Make strings translatable (#1188)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Grammar fixes and small wording adjustments
* More grammar fixes
|
| |
|
| |
|
|
|
|
|
| |
I was confused by current wording, which seemed to imply that
*records* would be initialized, while instead the function initializes
the *git repositories* instead, where missing but referenced.
|
|
|
|
|
| |
to be an email address.
Signed-off-by: P.B. <puffybsd@yahoo.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* git: delegate all server-side Git hooks (#1623)
* create hooks directories
* take control hooks back
* fix lint
* bug fixed and minor changes
* fix imports style
* fix migration scripts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* initial stuff for oauth2 login, fails on:
* login button on the signIn page to start the OAuth2 flow and a callback for each provider
Only GitHub is implemented for now
* show login button only when the OAuth2 consumer is configured (and activated)
* create macaron group for oauth2 urls
* prevent net/http in modules (other then oauth2)
* use a new data sessions oauth2 folder for storing the oauth2 session data
* add missing 2FA when this is enabled on the user
* add password option for OAuth2 user , for use with git over http and login to the GUI
* add tip for registering a GitHub OAuth application
* at startup of Gitea register all configured providers and also on adding/deleting of new providers
* custom handling of errors in oauth2 request init + show better tip
* add ExternalLoginUser model and migration script to add it to database
* link a external account to an existing account (still need to handle wrong login and signup) and remove if user is removed
* remove the linked external account from the user his settings
* if user is unknown we allow him to register a new account or link it to some existing account
* sign up with button on signin page (als change OAuth2Provider structure so we can store basic stuff about providers)
* from gorilla/sessions docs:
"Important Note: If you aren't using gorilla/mux, you need to wrap your handlers with context.ClearHandler as or else you will leak memory!"
(we're using gorilla/sessions for storing oauth2 sessions)
* use updated goth lib that now supports getting the OAuth2 user if the AccessToken is still valid instead of re-authenticating (prevent flooding the OAuth2 provider)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Protected branches system
* Moved default branch to branches section (`:org/:reponame/settings/branches`).
* Initial support Protected Branch.
- Admin does not restrict
- Owner not to limit
- To write permission restrictions
* reformat tmpl
* finished the UI and add/delete protected branch response
* remove unused comment
* indent all the template files and remove ru translations since we use crowdin
* fix the push bug
|
| |
|
|
|
|
|
|
| |
* add delete branch track on pull request comments
* don't change vendor
|
|
|
|
|
|
| |
* social_register_hepler_msg -> social_register_helper_msg
* register_hepler_msg -> register_helper_msg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update pt-BR translations
* Minor updates to translations
* Change "Pull Request" to "pull request".
* Change "Problemas" to "Issues" to keep consistency.
* Change "Propriedade" to "propriedade".
* Change "Wiki" to "wiki".
* Rename "questão" to "issue".
* Update almost all the strings from "[action]" section.
* Added new pt-BR translations
|
|
|
|
|
|
|
|
| |
* Minor language file tweaks (largely fixing awkward grammar).
Signed-off-by: Tux <write@imaginarycode.com>
* Modify federated_avatar_lookup_popup message
|
|
|
| |
and updating the vendor directory
|
| |
|
|
|
|
|
|
| |
* Redirects for renamed repos
* Remove unused phrase from locales
|
|\
| |
| | |
Added some missing German translations
|
| |
| |
| | |
Changed English word "user" to German word "Benutzer" as suggested by https://github.com/go-gitea/gitea/pull/727#issuecomment-274483755
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* track assignee for issue
* fix lint
* use getUserByID instead Get
|
| | |
|
| |
| |
| |
| |
| |
| | |
* track labels changed on issue view & resolved #542
* add missing head comment & sort & fix refresh
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Update ru-RU translation
* Fixed translation for ru-RU. Incorrect quotation marks.
* Update ru-RU translation. Changed 'issue' translation. Updated 'notifications' translation.
* Changed translation of “issue” from “trouble” to “task”. This translation is being used in most tracking systems.
* Improved translation of the sentence to sound better in Russian.
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* i18n button titles
* Improvements on notification page layout
* Notification count badge fixes
* Make table <tr> clickable
* Fix octicon aligment
* Fix use of AppSubUrl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Initial commit for 2FA support
Signed-off-by: Andrew <write@imaginarycode.com>
* Add vendored files
* Add missing depends
* A few clean ups
* Added improvements, proper encryption
* Better encryption key
* Simplify "key" generation
* Make 2FA enrollment page more robust
* Fix typo
* Rename twofa/2FA to TwoFactor
* UNIQUE INDEX -> UNIQUE
|
| |
|
|
|
|
|
|
| |
* docs: update translation on notification page for zh-CN
* use international resources
|
| |
|
|
|
| |
fix typo: 「與」-> 「於」
|
|
|
| |
「与」修改为「于」
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add site-wide option DEFAULT_KEEP_EMAIL_PRIVATE.
- Add the new option to the install and admin/config pages.
- Add the new option to app.ini in the service section.
- Add the new option to the settings struct.
- Add English text strings to i18n.
- Add field KeepEmailPrivate to user struct.
- Add field KeepEmailPrivate to user form.
- Add option to UI.
- Add using noreply email address if user has "Keep Email Private".
An email address <LowerName>@<NO_REPLY_ADDRESS> is now used in commit
messages (and hopefully all other git log relevant places). The
change relies on the fact that git commands should use
user.NetGitSig().
- Add hiding of email address in UI, if user has set "Keep Email Private".
- Add condition to show email address only on explore/users and user
pages, if user has not set "Keep Email Private".
- Add noreply email in API if set "Keep Email Private".
- Add a new service setting NO_REPLY_ADDRESS. The value of this
setting is used as the domain part for the user's email address in
git log, iff he decides to keep his email address private.
If the user decides to keep his email address private and this
option is not set 'noreply.example.org' is used, which no MTA
should send email to.
Add NO_REPLY_ADDRESS to conf/app.ini.
|
|\
| |
| | |
Notifications - Step 2
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* restrict creating organizations based on right on user
* revert bindata.go
* reverse vendor lib
* revert goimports change
* set AllowCreateOrganization default value to true
* revert locale
* added default value for AllowCreateOrganization
* fix typo in migration-comment
* fix comment
* add coments in migration
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Tab on user profile to show starred repos
* Make golint happy and use transactions on StarRepo function
* x -> sess
* Use sess.Close() instead of sess.Rollback()
* Add copyright
* Fix lint
|
| |
|