Bo-Yi Wu
fdf5227984
feat: Only use issue and wiki on repo. ( #1297 )
8 years ago
Sandro Santilli
1084cd838c
Specify that time interval units are seconds ( #1311 )
8 years ago
Sandro Santilli
f8863080a2
Login via OpenID-2.0 ( #618 )
8 years ago
Kim "BKC" Carlbäcker
525f5407b5
Refactor repo/issue/view_content.tmpl ( #1276 )
8 years ago
Kim "BKC" Carlbäcker
1a59df541c
Refactor admin/auth/new.tmpl ( #1277 )
8 years ago
Lunny Xiao
d8ecf3bd71
Allow push to init a wiki repo ( #1279 )
* allow push to init a wiki repo
* compact error check
8 years ago
Lunny Xiao
6e4413b23d
fix wrong log when push to a new branch ( #1220 )
8 years ago
Antoine GIRARD
989edf1230
Fix missing less sources for oauth ( #1288 )
8 years ago
Patrick G
a1c603d8a4
Make wording of commit search more clear
8 years ago
Fabian Zaremba
b28bf524f9
Add notice that LFS mirroring is not supported ( #1251 )
* Add notice that LFS mirroring is not supported
* Drop German translation
8 years ago
Sandro Santilli
3c004e37b3
Send notifications to partecipants in issue comments ( #1217 )
* Send notifications to partecipants in issue comments
Closes #1216
Includes test (still failing)
* Do not include "labelers" to participants
Fix test to expect what GetParticipants return
8 years ago
Antoine GIRARD
d110b2d4bd
Implement GPG api ( #710 )
* Implement GPG API
* Better handle error
* Apply review recommendation + simplify database operations
* Remove useless comments
8 years ago
Andrey Nering
e3706eb7ad
Merge pull request #1258 from ethantkoenig/fix/access
Fix nil-dereference bug
8 years ago
Patrick G
974f8f76ab
Cleaner ui for admin, repo settings, and user settings page ( #1269 ) ( #1270 )
8 years ago
Patrick G
96aee3777f
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
cd8d811ef6
Fix nil-dereference bug
8 years ago
Thomas Boerger
e7d07550fa
Make sure both scripts/ can live side by side ( #1264 )
8 years ago
Thomas Boerger
5552db5b54
Synced licenses with github repo ( #1246 )
* Added script to download licenses from github
* Synced licenses with github repo
8 years ago
Thomas Boerger
63b9fac33c
Synced gitignores with github repo ( #1245 )
* Renamed scripts directory into contrib
* Added script to download gitignores from github
* Synced gitignores with github repo
8 years ago
Ethan Koenig
1d8ae87655
Batch updates for issues ( #926 )
8 years ago
Ethan Koenig
9c781e8fd4
Fix typos in models/ and modules/ ( #1248 )
8 years ago
Ethan Koenig
c2ba9ca97b
Refactor and fix incorrect comment ( #1247 )
8 years ago
Sandro Santilli
13cd70d7da
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
77c77f40d5
Fix migration comment ( #1241 )
8 years ago
Patrick G
c90edbe3d9
Update locale_en-US.ini ( #1235 )
8 years ago
Lunny Xiao
a9d2d3608f
fix forget migration for wiki hooks ( #1227 )
8 years ago
Lunny Xiao
0abfaaa311
fix repo settings external tracker failed and check external urls ( #1215 )
8 years ago
Patrick G
db7794cb0c
Add myself to maintainers ( #1229 )
8 years ago
Sandro Santilli
6e900aacf6
Add LibreJS support ( #1201 )
See See https://www.gnu.org/software/librejs/
Closes #1200
8 years ago
Lunny Xiao
37b72aeead
fix 500 caused by branches settings introduced by #1198 ( #1214 )
8 years ago
Sandro Santilli
857571ada0
Reserve the "explore" user/org name ( #1222 )
8 years ago
Mura Li
9e226d2f47
Add integration test for signup ( #1135 )
* Add integration test for signup
* Remove unused functions
* Refactoring
* Add repo_create_test.go
* Rollback the incomplete repo create test
* Comply with linter requirements and simplify the code a little bit
8 years ago
Sandro Santilli
96b592e39f
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
Ethan Koenig
93c40d0526
Simplify RepositoryList.loadAttributes() ( #1211 )
8 years ago
Ethan Koenig
ad7699a9c8
Move user_follow to separate file ( #1210 )
Also add unit tests
8 years ago
Ethan Koenig
7a2a9fce72
Unit tests for issue_list ( #1209 )
8 years ago
Patrick G
66124b2373
Search bar fixes for #1187 and #1205 ( #1207 )
8 years ago
Philippe Kueck
2748ff05f0
fix #1189 , commit messages containing a pipe ( #1203 )
8 years ago
Patrick G
792cad5e52
Make strings translatable ( #1188 ) ( #1198 )
* Add strings to ini
* Make strings translatable (#1188 )
8 years ago
Lunny Xiao
24bf557541
Fix upgrade failed after ever rollback ( #1194 )
* fix upgrade failed after rollback
* fix upgrade failed after rollback
* fix possible upgrade twice fail after rollback
8 years ago
Lunny Xiao
10a6a72a7d
bug fixed for delete repo failed ( #1193 )
8 years ago
Lunny Xiao
cc595bc86f
fix ini format incomiptable with crowdin ( #1177 )
8 years ago
mcheng89
375a65f904
rename OSX to macOS ( #1176 )
8 years ago
atzoum
0a7f33f3a4
Dockerfile for aarch64 ( #1128 ) ( #1130 )
8 years ago
Patrick G
53b7fc9a26
Fix double borders on edit page ( #1152 ) ( #1153 )
* Fix double borders on edit page (#1152 )
* Add border modifications to less file
8 years ago
esell
cbb32e0d4e
add mssql to app.ini db config comment ( #1172 )
8 years ago
esell
141405a424
Add MSSQL to issues template ( #1171 )
8 years ago
Thomas Boerger
7a10b91fa1
Fixed drone builds
8 years ago
Thomas Boerger
822628c446
Updated changelog ( #1164 )
8 years ago
Lunny Xiao
5f76c0a723
update locale files to 2017-03-10 00:07 +08 ( #1163 )
8 years ago