Commit Graph

687 Commits (a6751cec049f4a814b590beab641e94ab1bd30c8)

Author SHA1 Message Date
Lunny Xiao f35b20b042 track issue title changes ()
Shyim de81f68d4d Fixed form control is not focusable ()
Lunny Xiao 081485ecfd add milestone changed traker on issue view ()
Lunny Xiao 77ab60df83 fix bug caused by ()
Lunny Xiao f94869d2d1 Track labels changed on issue view & resolved ()
* track labels changed on issue view & resolved 

* add missing head comment & sort & fix refresh
Bo-Yi Wu d078aa30d6 feat: add search repository on dashboard. ()
Andrey Nering 5348e8b71a Fix color: closed PR was showing as purple instead of red
Bwko 4faf097fb9 Added webkit-font-smoothing ()
Ethan Koenig 833f8b94c2 Search bar for issues/pulls ()
unclejack 8bc431952f public/img: reduce the size of PNG images ()
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
Kjell Kvinge f9a3aa8737 add scroolbars to wide graphs. ()
* Add scrollbars to graph and revlist if needed.

* Add border
Andrey Nering d2bb8ef503 Notifications: trying to get a better layout ()
* i18n button titles

* Improvements on notification page layout

* Notification count badge fixes

* Make table <tr> clickable

* Fix octicon aligment

* Fix use of AppSubUrl
Shyim 88f45ce38c Fix ()
Andrey Nering 769e0a3ea6 Notifications: mark as read/unread and pin ()
* Use relative URLs

* Notifications - Mark as read/unread

* Feature of pinning a notification

* On view issue, do not mark as read a pinned notification
Kazuki Sawada e5620f07a4 Fix: Issues cannot be created with labels ()
Signed-off-by: Kazuki Sawada <kazuki@6715.jp>
vz 19570f2d43 Fix install.tmpl input default value ()
* Fix install.tmpl input default value

* Update db_user to gitea

* Add when INSTALL_LOCK = false
Andrey Nering 79d527195d Merge pull request from andreynering/notifications-step-2
Notifications - Step 2
Manuel Kuhlmann eb9ce39bb7 Fix unified diff view styling ()
Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
Manuel Kuhlmann a5e07da8be Fix diff split view coloring () ()
Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
Andrey Nering f59672a18d More fine graned colors
Bwko 9ccc3698d5 Fix wrong anchors for non-latin headings () ()
Change Javascript regular expression to match non-latin characters
The regex comes from here: http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters#comment22322603_150078

And this patch should fixed these two issues:  
Andrey Nering 6069abe5fd Notifications - Step 2
Kjell Kvinge 22e1bd31c6 commithgraph / timeline ()
* Add model and tests for graph

* Add route and router for graph

* Add assets for graph

* Add template for graph
Sl@ny c22f9114c7 Implementation of Folder Jumping
btrepp 25b5ffb6af Enables mssql support ()
* Enables mssql support

Port of dlobs work in gogs.
Enables options in index.js
Enables MSSQL as a database option in go.
Sets ID to 0 on initial migration. Required for
MSSQL insert statements.

Signed-off-by: Beau Trepp <beautrepp@gmail.com>

* Vendors in denisenkom/go-mssqldb

Includes golang.org/x/crypto/md4
as this is required by go-msssqldb

Signed-off-by: Beau Trepp <beautrepp@gmail.com>
Bwko 39d0db52de Fix for , renamed username to login
Thomas Boerger b6a95a8cb3 Integrate public as bindata optionally ()
* Dropped unused codekit config

* Integrated dynamic and static bindata for public

* Ignore public bindata

* Add a general generate make task

* Integrated flexible public assets into web command

* Updated vendoring, added all missiong govendor deps

* Made the linter happy with the bindata and dynamic code

* Moved public bindata definition to modules directory

* Ignoring the new bindata path now

* Updated to the new public modules import path

* Updated public bindata command and drop the new prefix
Andrey Nering 96c9fef35f Update home page to Gitea ()
Rachid Zarouali c040f2fbb1 first batch of Readme updates ()
Sandro Santilli 864d1b1f9f Fix type in unused constant name ()
* Write LDAP, SMTP, PAM, DLDAP back to all uppercase

* Fix type in unused constant name

* Other MixCased fixes

* Complete MixerCasing of template constants

* Re uppercase LTS and LDAPS suffixes

* Uppercase JSON suffix in constant names

* Proper case LoginNoType

* Prefix unexported template path constants with "tpl"
Joubert RedRat 28bee28102 Replace Gogs to Gitea in installation options
Andrey Nering ef5fc3c959 CSS: Stronger colors for diffs
Joubert RedRat ff54e4d929 Set default less and css to new default name
Joubert RedRat f3321d920d Small UI fixes on full width form titles
Daniel Oaks 4efaf8e882 Fix repo list display on Safari ()
Unknwon 8ee14db51e Update locales
无闻 cd9b926af7 Support Editorconfig on web editor ()
Andrey Nering 9ac46fb983 Support Editorconfig on web editor
Unknwon c0c1a4b01b js: fix comment issue status button title change
Unknwon 48a0b5b026 UI: fix block selection on code for empty line are not highlighted
Unknwon 643142acab Web editor: support upload files
Unknwon 62b0dc4853 Web editor: fix cannot create new file in subdirectory
Unknwon 7115e3a4d5 css: remove profile avatar height
Unknwon 0114fdcba4 Web editor: improve delete file process
Unknwon bbca2916f7 Update highlightjs
Unknwon f8a48ffaad Web editor: improve code quality
Unknwon 7f7216be6e Code quality improvement on JS
Unknwon ec332cf903 Minor naming improvement
Unknwon a00c932bbc General code quality improvement
Unknwon 4a19fd6441 Web editor: temporarily disable upload and quick fix for edit and new
Try to merge into develop branch ASAP, then continue minor fixes afterwards.