Commit Graph

5130 Commits (caed86fc6ef87d11035889a11b8949c839e19d52)
 

Author SHA1 Message Date
Andrey Nering caed86fc6e Fix lint
Andrey Nering e4a33ed4d0 Add octicons to watch/unwatch buttons
Andrey Nering cb362513f0 Add updated_unix column on issue_watch
Andrey Nering aa6e949b3d Consider issue_watchers while sending notifications
Andrey Nering b674460748 Add watch button on issue
Andrey Nering a0d0de7233 Create issue_watch table
Sandro Santilli 129b0d6a4b Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION ()
* Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION

Omit the configuration variable (the default) to be dependent.
Fixes 

* Move OpenID settings under Service object

* Show OpenID SignUp and SignIn status in admin panel / configuration
Bo-Yi Wu 08f7fded3c refactor: remove workaround after the golang 1.7 release. ()
* refactor: remove workaround after the golang 1.7 release.

* remove unused import.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* refactor: Add remove function.

* refactor: rename

* refactor: update build flag
Andrey Nering 6a451a2b59 Minor improvements on commit graph UI ()
* Make "Commit Graph" link a button and translate it

* Add title on Commit Graph page
Pavel Korovin ae9b02b079 Fix FCGI (over TCP) support ()
Philippe Kueck fe94032f74 rewrite pre-commit, post-commit and options hooks (fixes ) ()
* issue , replace {pre,post}-receive and update hooks with a single shell script that does not require custom hooks to be a sh-script

* issue , make script posix compilant

* v23, add migration script to update {pre,post}-receive and update hooks

* migration: use a more common name and rename v23 to v26 to avoid conflicts

* gofmt'ed and added copyright header

* fix SyncRepositoryHooks to also sync wiki repos
Lunny Xiao d330a23ce1 fix migration failed when authorized_keys is not exist ()
Kim "BKC" Carlbäcker d349f059af Cleaner IMO ()
Jonas bbbd08edc1 Changed text when password reset disabled. ()
Fixes 
aloupfor 1b1b85439e Remove href on first/last link when on first/last page ()
Signed-off-by: Arthur Loupforest <arthur.loupforest@outlook.fr>
Antoine GIRARD 14fe9010ae GPG commit validation ()
* GPG commit validation

* Add translation

+ some little fix

* Move hash calc after retrieving of potential key + missing translation

* Add some little test
Fabian Zaremba 9224405155 LFS: Fix SSH authentication for trailing arguments ()
Fixes 
Kim "BKC" Carlbäcker c05bd1789c Reduce conditionals in signin/signup inner forms ()
Jonas 16732fbfde Removed email copyright year ()
Jonas 9a9f8fa25b Fix broken table layout ()
Sandro Santilli f73e734411 Run "make fmt" with go-1.6 ()
Lunny Xiao 888dee3b5f fix delete user failed on sqlite ()
Lunny Xiao bd8fe49076 fix wiki bugs ()
caiwp dbabc35e71 Delete the useless code ()
Sandro Santilli 15f5d8e794 Reduce conditionals in signin/signup inner forms
by always using SignInLink and SignUpLink in the form action
Fabian Zaremba 5586445207 LFS: Return 404 for unimplemented endpoints ()
Without this patch a 401 is returned for unspecified endpoints, making
the LFS client ask for HTTP credentials. This behaviour was introduced
with the new locking API:

https://github.com/git-lfs/git-lfs/blob/master/docs/api/locking.md
Sandro Santilli 9182a35f18 Show user OpenID URIs in their profile ()
Sandro Santilli e1586898b2 Add change-password admin command ()
* Add change-password admin command
Sandro Santilli 97ee88975a Add captcha support to OpenID based signup
Sandro Santilli f00a4c8078 Gitea OpenID-2.0 login has been tested with livejournal.com too
Sandro Santilli a9de85d31d Improve style of user OpenID setting page ()
* Improve user openid list CSS and regenerate CSS
Lunny Xiao 608cd54a68 fix gpg wrong column types
Sandro Santilli 430cc4f42a Use readonly input form to show the validated OpenID URI ()
Lunny Xiao 8bcb643a03 remove empty file ()
Sandro Santilli 2aad4a5f97 Use font-awesome OpenID icon more ()
Patrick G b57b0c6e40 Fix inconsistency in layout ()
Bo-Yi Wu 1c3bd436cc feat: Only use issue and wiki on repo. ()
Sandro Santilli 5ecb369dac Specify that time interval units are seconds ()
Sandro Santilli 71d16f69ff Login via OpenID-2.0 ()
Kim "BKC" Carlbäcker 0693fbfc00 Refactor repo/issue/view_content.tmpl ()
Kim "BKC" Carlbäcker 7a81cd16c5 Refactor admin/auth/new.tmpl ()
Lunny Xiao ebbcf6fe12 Allow push to init a wiki repo ()
* allow push to init a wiki repo

* compact error check
Lunny Xiao 3cf0e513e6 fix wrong log when push to a new branch ()
Antoine GIRARD 925b252927 Fix missing less sources for oauth ()
Patrick G 1476bf909e Make wording of commit search more clear
Fabian Zaremba f1d2f16b54 Add notice that LFS mirroring is not supported ()
* Add notice that LFS mirroring is not supported

* Drop German translation
Sandro Santilli 447c9b428f Send notifications to partecipants in issue comments ()
* Send notifications to partecipants in issue comments

Closes 

Includes test (still failing)

* Do not include "labelers" to participants

Fix test to expect what GetParticipants return
Antoine GIRARD ca1c3f1926 Implement GPG api ()
* Implement GPG API

* Better handle error

* Apply review recommendation + simplify database operations

* Remove useless comments
Andrey Nering 43c5469f81 Merge pull request from ethantkoenig/fix/access
Fix nil-dereference bug
Patrick G efbb895ebe Cleaner ui for admin, repo settings, and user settings page () ()