Jonas Östanbäck and Lunny Xiao
59f5bbab0d
Fix CSS for wiki markdown ( #1660 )
2017-05-03 20:22:14 +08:00
Jonas Östanbäck and Lunny Xiao
9a8ca3e877
Fix broken migration v27 ( #1504 )
...
Mirror.interval column type needed to be changed to bigint.
Correct interval where the interval set is < MinInterval.
2017-04-30 10:08:16 +08:00
Jonas Östanbäck and Lunny Xiao
e4a0a04829
Add create_at and updated_at in PR json ( #1616 )
...
* Move new fields to object creation (use reference)
* Vendor: Update SDK
2017-04-27 17:29:46 +08:00
Jonas and Lunny Xiao
f995bcc87a
Add repo mirror sync API endpoint ( #1508 )
...
* API: Add repo mirror sync
* Correct error message
* Change http status to 200
2017-04-19 19:09:49 +08:00
Jonas and Bo-Yi Wu
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
2017-04-11 21:30:15 +08:00
Jonas and Lunny Xiao
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()
2017-04-08 23:27:26 +08:00
Jonas and Lunny Xiao
e0df611cbc
Autofocus on 2fa passcode fields ( #1460 )
...
* Autofocus on 2fa passcode field
* Autofocus on 2fa scratch code field
2017-04-07 06:07:37 -07:00
Jonas and Lunny Xiao
e7493e953f
Corrected Mirror.NextUpdate not set ( #1388 )
2017-04-05 17:56:45 -07:00
Jonas and Lunny Xiao
095e1f5155
Support for custom html meta ( #1423 )
...
* Support for custom html meta
* Changed html meta description default
2017-03-31 18:03:01 -07:00
Jonas and Lunny Xiao
bbbd08edc1
Changed text when password reset disabled. ( #1364 )
...
Fixes #1340
2017-03-22 22:29:29 +08:00
Jonas and Lunny Xiao
16732fbfde
Removed email copyright year ( #1348 )
2017-03-21 18:00:39 +08:00
Jonas and Lunny Xiao
9a9f8fa25b
Fix broken table layout ( #1344 )
2017-03-21 09:44:59 +08:00
Jonas and Lunny Xiao
f3bf409082
Log config pretty printer ( #1097 )
...
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com >
2017-03-02 08:25:44 +08:00
Jonas and Lunny Xiao
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
2017-02-28 08:40:02 +08:00
Jonas and Lunny Xiao
9ad3a07989
Fix for #1037 : Corrected process ID placeholder to PID from Pid ( #1048 )
...
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com >
2017-02-25 11:12:46 +08:00