kolaente
ef6813abc9
Issue due date api ( #3890 )
...
* Implemented basic api endpoint to manage deadlines
* Fixed checking for permissions
* Updating a deadline from the ui is now entirely done via the api
* cleanup
* Cosmetics
* fixed lint + fmt
* Added swagger model definition for deadline response
* Updated gitea-sdk
* Updated gitea-sdk
* More cleanup
* Generate swagger json
* Merge branch 'master' of https://github.com/go-gitea/gitea into issue-due-date-api
# Conflicts:
# public/swagger.v1.json
* Fixed permission to update a deadline via api
* Re-added form to change a deadline
* Added client-side validation + not ignore error messages from the api
* Added locale for error message
* Merge branch 'master' of https://github.com/go-gitea/gitea
# Conflicts:
# models/issue_comment.go
* Proper date validation
* Fixed indention
* moved css to css file
* added documentation for error codes
* after merge cleanup
* Added swagger description
* DO NOTHING BUT TRIGGER THAT F*CKIN CI SO IT PICKS UP THE LATEST COMMIT AS IT SHOULD
* DO NOTHING BUT TRIGGER THAT F*CKIN CI SO IT PICKS UP THE LATEST COMMIT AS IT SHOULD
* regenerated stylesheets
2018-07-16 14:43:00 +02:00
GiteaBot
55d9ddf24a
[skip ci] Updated translations via Crowdin
2018-07-15 00:44:24 +00:00
GiteaBot
8e103d3e76
[skip ci] Updated translations via Crowdin
2018-07-14 06:08:34 +00:00
GiteaBot
ca8c7bb2b5
[skip ci] Updated translations via Crowdin
2018-07-13 20:58:18 +00:00
Joel da Rosa
aa27cbf229
Locale for button Edit on protected branch ( #4442 )
2018-07-13 16:57:20 -04:00
GiteaBot
6813640d2f
[skip ci] Updated translations via Crowdin
2018-07-13 15:22:00 +00:00
GiteaBot
61f4ad2fc5
[skip ci] Updated translations via Crowdin
2018-07-11 11:37:10 +00:00
Niclas Kroon
c9687c036d
update TRANSLATORS ( #4406 )
2018-07-11 14:36:04 +03:00
GiteaBot
3e445cce06
[skip ci] Updated translations via Crowdin
2018-07-08 20:42:36 +00:00
GiteaBot
efd202f40f
[skip ci] Updated translations via Crowdin
2018-07-07 01:55:43 +00:00
GiteaBot
28c1c90230
[skip ci] Updated translations via Crowdin
2018-07-05 20:42:15 +00:00
GiteaBot
cfb76cd99e
[skip ci] Updated translations via Crowdin
2018-07-05 17:49:07 +00:00
GiteaBot
07063e3e11
[skip ci] Updated translations via Crowdin
2018-07-05 00:05:18 +00:00
GiteaBot
4eae810d63
[skip ci] Updated translations via Crowdin
2018-07-04 22:53:06 +00:00
GiteaBot
95f0f62ea4
[skip ci] Updated translations via Crowdin
2018-07-04 20:24:23 +00:00
Matthew Richardson
2e3475f02c
Fix typos in i18n variable names. ( #4080 )
2018-07-04 19:43:21 +08:00
GiteaBot
df77ad31d5
[skip ci] Updated translations via Crowdin
2018-07-04 09:28:27 +00:00
GiteaBot
fc53f95f23
[skip ci] Updated translations via Crowdin
2018-07-04 00:45:44 +00:00
GiteaBot
3fed13b0ee
[skip ci] Updated translations via Crowdin
2018-07-03 23:53:28 +00:00
cezar97
51ba3df5ff
Add noreferrer
to rel='noopener` for <a> tags ( #4328 )
2018-07-03 19:52:36 -04:00
Pofilo
5d1a6382b6
#4354 Fix translation ( #4355 )
2018-07-03 19:03:31 -04:00
GiteaBot
100a538622
[skip ci] Updated translations via Crowdin
2018-07-03 20:23:00 +00:00
GiteaBot
a4dfe4b9b1
[skip ci] Updated translations via Crowdin
2018-07-03 19:58:30 +00:00
GiteaBot
83e72f17f6
[skip ci] Updated translations via Crowdin
2018-07-03 19:38:06 +00:00
GiteaBot
bbf9abde49
[skip ci] Updated translations via Crowdin
2018-07-03 03:57:42 +00:00
GiteaBot
69796ddd64
[skip ci] Updated translations via Crowdin
2018-07-02 12:43:33 +00:00
Guilhem Marion
3089833167
Update TRANSLATORS ( #4349 )
2018-07-02 15:42:28 +03:00
GiteaBot
f4b7b424c1
[skip ci] Updated translations via Crowdin
2018-07-01 06:03:32 +00:00
GiteaBot
e8a17e4558
[skip ci] Updated translations via Crowdin
2018-06-30 17:14:19 +00:00
GiteaBot
a711d41f54
[skip ci] Updated translations via Crowdin
2018-06-27 05:25:28 +00:00
GiteaBot
a9ffbeb679
[skip ci] Updated translations via Crowdin
2018-06-26 14:46:26 +00:00
GiteaBot
b8c2420ae2
[skip ci] Updated translations via Crowdin
2018-06-25 12:13:56 +00:00
GiteaBot
8bb9b67a29
[skip ci] Updated translations via Crowdin
2018-06-24 21:25:00 +00:00
Alexey Terentyev
46d19c4676
Fix topics addition (Another solution) ( #4031 ) ( #4258 )
...
* Added topics validation, fixed repo topics duplication (#4031 )
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Added tests
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Fixed fmt
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Added comments to exported functions
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Deleted RemoveDuplicateTopics function
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Fixed messages
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Added migration
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* fmt migration file
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* fixed lint
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Added Copyright
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Added query solution for duplicates
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Fixed migration query
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Changed RegExp. Fixed migration
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* fmt migration file
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Fixed test for changed regexp
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Removed validation log messages
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Renamed migration file
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Renamed validate function
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
2018-06-21 17:09:46 +08:00
GiteaBot
ac110d1b73
[skip ci] Updated translations via Crowdin
2018-06-20 16:04:23 +00:00
GiteaBot
3f2f5752cb
[skip ci] Updated translations via Crowdin
2018-06-19 08:51:02 +00:00
GiteaBot
6e39f3d422
[skip ci] Updated translations via Crowdin
2018-06-18 17:18:22 +00:00
GiteaBot
3aafa0400e
[skip ci] Updated translations via Crowdin
2018-06-15 12:43:56 +00:00
GiteaBot
c919b07a53
[skip ci] Updated translations via Crowdin
2018-06-15 07:48:26 +00:00
GiteaBot
a75f251195
[skip ci] Updated translations via Crowdin
2018-06-15 03:43:54 +00:00
GiteaBot
0ea18698af
[skip ci] Updated translations via Crowdin
2018-06-12 10:36:20 +00:00
GiteaBot
37359aee68
[skip ci] Updated translations via Crowdin
2018-06-11 22:55:33 +00:00
GiteaBot
508092a248
[skip ci] Updated translations via Crowdin
2018-06-11 07:13:54 +00:00
BNolet
3da0d437e9
Fixed spelling + clarity ( #4213 )
...
Message given when password was too short was incorrectly spelled and was not clear enough.
2018-06-11 03:12:38 -04:00
GiteaBot
e3b77f92c1
[skip ci] Updated translations via Crowdin
2018-06-10 18:43:21 +00:00
GiteaBot
ef0bc57ae7
[skip ci] Updated translations via Crowdin
2018-06-09 19:16:38 +00:00
GiteaBot
8786c15221
[skip ci] Updated translations via Crowdin
2018-06-09 00:14:00 +00:00
GiteaBot
d41084c54a
[skip ci] Updated translations via Crowdin
2018-06-08 18:10:06 +00:00
GiteaBot
3fbba2553a
[skip ci] Updated translations via Crowdin
2018-06-08 01:24:38 +00:00
Lauris BH
a89d6253e0
Show only needed values in database configuration section depending on type ( #4164 )
2018-06-06 18:13:42 -05:00
GiteaBot
e5fd43c231
[skip ci] Updated translations via Crowdin
2018-06-06 14:04:02 +00:00
GiteaBot
25b1a8099b
[skip ci] Updated translations via Crowdin
2018-06-05 13:26:26 +00:00
GiteaBot
2fcd9b69b7
[skip ci] Updated translations via Crowdin
2018-06-05 07:39:40 +00:00
GiteaBot
d62bc3362b
[skip ci] Updated translations via Crowdin
2018-06-04 05:35:46 +00:00
GiteaBot
da466b0505
[skip ci] Updated translations via Crowdin
2018-06-03 01:15:41 +00:00
GiteaBot
9a1772b0fa
[skip ci] Updated translations via Crowdin
2018-06-02 15:21:24 +00:00
GiteaBot
b8c1dc55b4
[skip ci] Updated translations via Crowdin
2018-06-02 11:30:08 +00:00
GiteaBot
0549762fd0
[skip ci] Updated translations via Crowdin
2018-06-01 05:52:46 +00:00
GiteaBot
af05212bf8
[skip ci] Updated translations via Crowdin
2018-05-30 13:25:15 +00:00
GiteaBot
9aa8fdc5d7
[skip ci] Updated translations via Crowdin
2018-05-29 00:26:42 +00:00
GiteaBot
5095dfaed6
[skip ci] Updated translations via Crowdin
2018-05-27 10:49:19 +00:00
GiteaBot
69e82c1761
[skip ci] Updated translations via Crowdin
2018-05-24 18:08:15 +00:00
GiteaBot
062111de3b
[skip ci] Updated translations via Crowdin
2018-05-24 15:30:53 +00:00
GiteaBot
81241b9380
[skip ci] Updated translations via Crowdin
2018-05-24 14:30:48 +00:00
GiteaBot
11da1e6146
[skip ci] Updated translations via Crowdin
2018-05-24 05:00:07 +00:00
Magnus Lindvall
cdb9478774
LDAP Public SSH Keys synchronization ( #1844 )
...
* Add LDAP Key Synchronization feature
Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Add migration: add login source id column for public_key table
* Only update keys if needed
* Add function to only list pubkey synchronized from ldap
* Only list pub ssh keys synchronized from ldap. Do not sort strings as ExistsInSlice does it.
* Only get keys belonging to current login source id
* Set default login source id to 0
* Some minor cleanup. Add integration tests (updete dep testify)
2018-05-24 07:59:02 +03:00
Alexey Terentyev
b908ac9fab
Added repository search ordered by stars or forks. Forks column in admin repo list. ( #3969 )
...
* Added repository search order by stars or forks.
Added Forks column to admin repository list.
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Renamed search repo template
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
2018-05-24 09:03:42 +08:00
GiteaBot
ea2a938e8a
[skip ci] Updated translations via Crowdin
2018-05-24 00:25:30 +00:00
GiteaBot
4ba9745cee
[skip ci] Updated translations via Crowdin
2018-05-23 15:33:10 +00:00
GiteaBot
71a8fe3e7c
[skip ci] Updated translations via Crowdin
2018-05-23 06:13:29 +00:00
GiteaBot
a2f0c57584
[skip ci] Updated translations via Crowdin
2018-05-23 05:22:18 +00:00
GiteaBot
2c4b54dccc
[skip ci] Updated translations via Crowdin
2018-05-22 23:10:02 +00:00
GiteaBot
45f3d4a719
[skip ci] Updated translations via Crowdin
2018-05-22 05:34:25 +00:00
GiteaBot
d97bb9516c
[skip ci] Updated translations via Crowdin
2018-05-21 23:10:17 +00:00
David Schneiderbauer
31067c0a89
remove collaborative repositories from search on user profiles ( #3996 )
...
* remove collaborative repositories from search on user profiles
* rename 'My Repositories' to 'Repositories'
2018-05-21 23:07:34 +03:00
GiteaBot
b2bf1c9422
[skip ci] Updated translations via Crowdin
2018-05-21 17:24:25 +00:00
Fluf
74e05e60ca
Fix typo in U2F description ( #4007 )
2018-05-21 13:15:25 -04:00
GiteaBot
2690542adb
[skip ci] Updated translations via Crowdin
2018-05-21 12:35:56 +00:00
GiteaBot
d7fd9bf7bb
[skip ci] Updated translations via Crowdin
2018-05-21 02:29:30 +00:00
Lunny Xiao
6bdc556b7f
Fix some webhooks bugs ( #3981 )
...
* fix some webhooks bugs
* update vendor
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* fix test
* fix clearlabels
* fix pullrequest webhook bug fix #3492
* update release webhook description
* remove unused code
* fix push webhook in pull request
* small changes
2018-05-21 10:28:29 +08:00
GiteaBot
dc0ef38950
[skip ci] Updated translations via Crowdin
2018-05-21 01:06:08 +00:00
GiteaBot
d7cf7393d4
[skip ci] Updated translations via Crowdin
2018-05-20 10:10:05 +00:00
GiteaBot
000b2d33a9
[skip ci] Updated translations via Crowdin
2018-05-20 06:10:47 +00:00
GiteaBot
81b4d38f01
[skip ci] Updated translations via Crowdin
2018-05-19 14:58:24 +00:00
Anderi Azuki
c7a4317231
Update TRANSLATORS ( #3933 )
...
* Update TRANSLATORS
* Update TRANSLATORS
* Update TRANSLATORS
* Move to correct position so that list stays in alphabetical order
2018-05-19 22:57:32 +08:00
GiteaBot
01835a4206
[skip ci] Updated translations via Crowdin
2018-05-19 14:13:44 +00:00
Jonas Franz
951309f76a
Add support for FIDO U2F ( #3971 )
...
* Add support for U2F
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add vendor library
Add missing translations
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Minor improvements
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add U2F support for Firefox, Chrome (Android) by introducing a custom JS library
Add U2F error handling
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add U2F login page to OAuth
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Move U2F user settings to a separate file
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add unit tests for u2f model
Renamed u2f table name
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Fix problems caused by refactoring
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add U2F documentation
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Remove not needed console.log-s
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add default values to app.ini.sample
Add FIDO U2F to comparison
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-05-19 17:12:37 +03:00
GiteaBot
f933bcdfee
[skip ci] Updated translations via Crowdin
2018-05-19 13:23:21 +00:00
GiteaBot
1b7cd3d0b0
[skip ci] Updated translations via Crowdin
2018-05-19 01:03:22 +00:00
GiteaBot
b574af27b8
[skip ci] Updated translations via Crowdin
2018-05-18 09:18:02 +00:00
GiteaBot
8f4d11af0b
[skip ci] Updated translations via Crowdin
2018-05-17 01:36:23 +00:00
GiteaBot
4ceb92f311
[skip ci] Updated translations via Crowdin
2018-05-16 14:26:58 +00:00
GiteaBot
d79829fc47
[skip ci] Updated translations via Crowdin
2018-05-16 14:03:37 +00:00
Lunny Xiao
24941a1046
Add more webhooks support and refactor webhook templates directory ( #3929 )
...
* add more webhook support
* move hooks templates to standalone dir and add more webhooks ui
* fix tests
* update vendor checksum
* add more webhook support
* move hooks templates to standalone dir and add more webhooks ui
* fix tests
* update vendor checksum
* update vendor
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* load attributes when created release
* update comparsion doc
2018-05-16 22:01:55 +08:00
GiteaBot
188fe6c301
[skip ci] Updated translations via Crowdin
2018-05-15 14:16:11 +00:00
GiteaBot
d3dce01cf7
[skip ci] Updated translations via Crowdin
2018-05-15 10:08:59 +00:00
David Schneiderbauer
099372d76c
Refactor User Settings ( #3900 )
...
* moved avatar to profile page
* combined password change, email and account deletion into account settings page
* combined totp, access tokens, linked accounts and openid into security settings page
* move access tokens to applications settings page
* small change to restart drone build
* fix change avatar url on profile page
* redirect old settings urls to new ones
* enforce only one autofocus attribute on settings pages
* set correct redirect status code
* fmt fix
2018-05-15 13:07:32 +03:00
FabioFortini
1546458f7d
issue-2768: added new option allow_only_external_registration ( #3910 )
2018-05-13 15:51:16 +08:00
GiteaBot
2c34ef5d97
[skip ci] Updated translations via Crowdin
2018-05-13 01:51:56 +00:00
GiteaBot
bc8400747a
[skip ci] Updated translations via Crowdin
2018-05-11 07:56:33 +00:00