Lunny Xiao
6853bf323a
fix #1521 ( #1621 )
8 years ago
Antoine GIRARD
8371f94d06
Rework SSH key management UI to add GPG ( #1293 )
...
* Rework SSH key management UI to add GPG
* Add more detail to gpg key display
* Update CHANGELOG.md
* Implement deletion UI
* Implement adding gpg UI
* Various fixes
- Fix duplicate entry in locale
- Re-generate hash before verification since they are consumed
* Add missing translation
* Split template
* Catch not found/verified email error
8 years ago
Morlinest
5b8fe1e181
Do not show empty collaborators segment ( #1531 )
8 years ago
Jonas
be6edaddcb
Repo size in admin panel ( #1482 )
...
* Implementation of the feature to view repository size in admin panel
* Move GetRepoSize to git module
* Repository.RepoSize -> Repository.Size
* RepoSize -> Size in template
* Redo a few bits and pieces
* Update size when syncing mirror or forking
* Remove GetRepoSize
* Changed fatal errors to error message
* Copy migration code from Gogs
* make fmt
8 years ago
Jonas
54f0293f0a
Mirror sync interval specified as duration string ( #1407 )
...
* Sync interval specifed as duration string
* Changed mirror interval text
* make fmt
* Add MinInterval for mirror sync
* Use duration internally
* Changed min default to 10m
* make fmt
* Incorrect default
* Removed defaults in MustDuration()
* Add Mirror interval migration
* Default values corrected
* Use transaction during migration
* Change http 500 to page with error message
* Cleanup session.commit()
8 years ago
Antoine GIRARD
d9db188274
Fix #1418 ( #1456 )
8 years ago
Jonas
e0df611cbc
Autofocus on 2fa passcode fields ( #1460 )
...
* Autofocus on 2fa passcode field
* Autofocus on 2fa scratch code field
8 years ago
Morlinest
cbeeaa1b11
Fix and simplify repo branches UI ( #1435 )
8 years ago
Patrick G
d800305b34
Commit search appearence fixes ( #1254 )
...
* Fix button text to be consisstent with rest of UI
* Make all commits checkbox look nicer
8 years ago
Bo-Yi Wu
0cee52e0d3
fix: remove `str2html` from org full name ( #1360 )
...
* fix: remove str2html for security issue.
* fix: update
8 years ago
Morlinest
21fd3da6f5
Fix disabled fields in repo settings UI ( #1431 )
8 years ago
Jonas
095e1f5155
Support for custom html meta ( #1423 )
...
* Support for custom html meta
* Changed html meta description default
8 years ago
Andrey Nering
4b284f814c
UI and translation improvements
8 years ago
Morlinest
4fa691c4dd
Make issue in commit graph "clickable" ( #1392 )
8 years ago
Antoine GIRARD
912b340d0d
Simplify settings pages with item list ( #1389 )
...
* Remove point column on ssh key setting page
* Remove un-used css
* Some cleaning
* Use octicon-key
8 years ago
Andrey Nering
e4a33ed4d0
Add octicons to watch/unwatch buttons
8 years ago
Andrey Nering
b674460748
Add watch button on issue
8 years ago
Sandro Santilli
129b0d6a4b
Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION ( #1369 )
...
* Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION
Omit the configuration variable (the default) to be dependent.
Fixes #1363
* Move OpenID settings under Service object
* Show OpenID SignUp and SignIn status in admin panel / configuration
8 years ago
Peter Žeby
d0298ea2fb
Use whole button as link
8 years ago
Andrey Nering
6a451a2b59
Minor improvements on commit graph UI ( #1380 )
...
* Make "Commit Graph" link a button and translate it
* Add title on Commit Graph page
8 years ago
Jonas
bbbd08edc1
Changed text when password reset disabled. ( #1364 )
...
Fixes #1340
8 years ago
aloupfor
1b1b85439e
Remove href on first/last link when on first/last page ( #1345 )
...
Signed-off-by: Arthur Loupforest <arthur.loupforest@outlook.fr>
8 years ago
Antoine GIRARD
14fe9010ae
GPG commit validation ( #1150 )
...
* GPG commit validation
* Add translation
+ some little fix
* Move hash calc after retrieving of potential key + missing translation
* Add some little test
8 years ago
Jonas
16732fbfde
Removed email copyright year ( #1348 )
8 years ago
Sandro Santilli
15f5d8e794
Reduce conditionals in signin/signup inner forms
...
by always using SignInLink and SignUpLink in the form action
8 years ago
Sandro Santilli
9182a35f18
Show user OpenID URIs in their profile ( #1314 )
8 years ago
Sandro Santilli
97ee88975a
Add captcha support to OpenID based signup
8 years ago
Sandro Santilli
430cc4f42a
Use readonly input form to show the validated OpenID URI ( #1308 )
8 years ago
Sandro Santilli
2aad4a5f97
Use font-awesome OpenID icon more ( #1320 )
8 years ago
Patrick G
b57b0c6e40
Fix inconsistency in layout ( #1316 )
8 years ago
Bo-Yi Wu
1c3bd436cc
feat: Only use issue and wiki on repo. ( #1297 )
8 years ago
Sandro Santilli
71d16f69ff
Login via OpenID-2.0 ( #618 )
8 years ago
Kim "BKC" Carlbäcker
0693fbfc00
Refactor repo/issue/view_content.tmpl ( #1276 )
8 years ago
Kim "BKC" Carlbäcker
7a81cd16c5
Refactor admin/auth/new.tmpl ( #1277 )
8 years ago
Fabian Zaremba
f1d2f16b54
Add notice that LFS mirroring is not supported ( #1251 )
...
* Add notice that LFS mirroring is not supported
* Drop German translation
8 years ago
Patrick G
efbb895ebe
Cleaner ui for admin, repo settings, and user settings page ( #1269 ) ( #1270 )
8 years ago
Patrick G
03d79983ee
Cleaner UI for explore page ( #1253 ) ( #1255 )
...
* Take navbar out of column
* Add styles to navbar
* Changed navbar classes
* Remove unneeded !important from index.css
* Remove unneeded !important from _explore.less
8 years ago
Ethan Koenig
09fe4a2ae9
Batch updates for issues ( #926 )
8 years ago
Sandro Santilli
7d8f9d1c46
Rename /forget_password url to /forgot_password
...
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)
8 years ago
Sandro Santilli
f0efb615c5
Add LibreJS support ( #1201 )
...
See See https://www.gnu.org/software/librejs/
Closes #1200
8 years ago
Lunny Xiao
608bbedee1
fix 500 caused by branches settings introduced by #1198 ( #1214 )
8 years ago
Sandro Santilli
8a98a25d8e
Show a link to password reset from password change and delete account ( #862 )
...
It's helpful when you forgot your password thus cannot change it
(can happen if you log in via OAuth2 or OpenID)
Also make sure that both the delete-account and password-change
links to forgot-password will have the primary email pre-filled
8 years ago
Patrick G
ccc15b9e1a
Make strings translatable ( #1188 ) ( #1198 )
...
* Add strings to ini
* Make strings translatable (#1188 )
8 years ago
Lunny Xiao
b40496533b
fix leave team 404 ( #1154 )
8 years ago
Jonas
f3bf409082
Log config pretty printer ( #1097 )
...
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
8 years ago
Bo-Yi Wu
19bc2b10ae
fix: Add str2html on DisplayName of Org. ( #1091 )
8 years ago
Jonas
a201977590
Fix for #828 : Embed build tags ( #1051 )
...
* Fix for #828
Add build tags to ldflags and print in version output
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
* Reworked formatBuiltWith function
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
* Add tags to version information in admin panel
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
* Added new variable for use on admin page.
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
* Fixed incorrect indentation
8 years ago
Jonas
9ad3a07989
Fix for #1037 : Corrected process ID placeholder to PID from Pid ( #1048 )
...
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
8 years ago
Lunny Xiao
12e71e5706
Removed footer copyright year ( #829 )
...
* change footer copyright year from 2016 to 2017
* add 2016 copyright back
* remove the copyright year
8 years ago
puffybsd
8de8e11487
Fixes 1019, install page SMTP user is required to ( #1020 )
...
to be an email address.
Signed-off-by: P.B. <puffybsd@yahoo.com>
8 years ago