5004 Commits (136e6beb0f3c26bdf26711dba49513aa2be3aa2e)
 

Author SHA1 Message Date
Andrey Nering af63684862 Squashed 'modules/minwinsvc/' content from commit cad6b2b
git-subtree-dir: modules/minwinsvc
git-subtree-split: cad6b2b879b0970e4245a20ebf1a81a756e2bb70
8 years ago
DWE 8b87be63c5 fix logfile name (#731) 8 years ago
Lunny Xiao 907b6f943c update xorm for bugs fix (#728) 8 years ago
Lunny Xiao a8048c19f3 Update xorm and fix dump command (#692)
* update xorm and fix dump

* catch database init error

* still use dumpTables

* fix dump bool type

* update vendor.json
8 years ago
Bwko 74ed6dc3ad Add option to app.ini to enable local import paths (#724) 8 years ago
Moritz Rosenthal 991a4d64f3 Added some missing German translations 8 years ago
Bwko 1257d43e14 Add a reserved path check to the wiki (#720) 8 years ago
Kjell Kvinge f9a3aa8737 add scroolbars to wide graphs. (#608)
* Add scrollbars to graph and revlist if needed.

* Add border
8 years ago
Lunny Xiao f8c2903484 fixed bugs on Wiki and resolved #667 (#674) 8 years ago
Thomas Boerger 369972b116 Set the ldflags to static value within makefile (#709) 8 years ago
Bwko 7e401b9e39 Fix crash caused by #647 (#708) 8 years ago
Philip Couling 1610b9f547 Spun attachments into seperate go file (#701)
Moved attachments into seperate go file
8 years ago
Ethan Koenig 74bbec3bf9 Fix permission bugs in team API (#647) 8 years ago
Ethan Koenig fcf02e4961 API Endpoints for organization members (#645) 8 years ago
Kazuki Sawada 3c4d5e1ed5 Fix: Pagenation on dashboard->issues does not work well (#698) 8 years ago
Andrey Nering d2bb8ef503 Notifications: trying to get a better layout (#660)
* i18n button titles

* Improvements on notification page layout

* Notification count badge fixes

* Make table <tr> clickable

* Fix octicon aligment

* Fix use of AppSubUrl
8 years ago
Thomas Boerger d0ad7921f8 Enforce custom LDFLAGS within makefile (#684) 8 years ago
willemvd 8c2c7b802f Remove the default console logger when it is not set in the configuration (#602)
* Remove the default console logger when it is not set in the configuration

* Added comment to new function (lint failure)

* update based on PR comments (code style)

* code style fix (thanks bkcsoft)

* check if logger exists based on the l.outputs (like in l.DelLogger) instead of adapter, otherwise panic when reinstalling gitea (since the output adapter still exist, without outputs)
8 years ago
Matthias Loibl d1006150fb Refactor process package and introduce ProcessManager{} with tests (#75)
* Add a process.Manager singleton with process.GetManager()

* Use process.GetManager everywhere

* Fix godoc comments for process module

* Increment process counter id after locking the mutex
8 years ago
Andrew 6dd096b7f0 Two factor authentication support (#630)
* Initial commit for 2FA support

Signed-off-by: Andrew <write@imaginarycode.com>

* Add vendored files

* Add missing depends

* A few clean ups

* Added improvements, proper encryption

* Better encryption key

* Simplify "key" generation

* Make 2FA enrollment page more robust

* Fix typo

* Rename twofa/2FA to TwoFactor

* UNIQUE INDEX -> UNIQUE
8 years ago
Philip Couling 64375d875b Attach to release (#673)
* Moved attachaments POST url from /issues/attachments to /attachments

* Implemented attachment upload on release page

* Implemented downloading attachments on the release page

* Added zip and gzip files to default allowed attachments

* Implemented uploading attachments on edit release

* Renamed UploadIssueAttachment to UploadAttachment
8 years ago
Philip Couling dce03c19cb Changed README to refer to https images only (#675) 8 years ago
btrepp 302fa42980 Removes reliance on server specific SQL (#393)
Breaks the retrieval of repositories into two queries
This fetches the paged ids in one go, then the
actual repository information in a second query

Some databases do not support SELECT with *
when group by is used.
8 years ago
Shyim 88f45ce38c Fix #646 (#669) 8 years ago
Bo-Yi Wu 769f77900a docs: fix translation for zh-tw and zh-hk (#668) 8 years ago
Andrey Nering 240d0e84f0 Merge pull request #643 from pkuphy/patch-2
fix typo
8 years ago
Ethan Koenig a6f5efa0bb Fix ambiguity bug in getCommentsByRepoIDSince (#665) 8 years ago
Bwko 4a1f36c3cc Don't create a default pid file (#637) 8 years ago
Ethan Koenig 27fcf8d30a Bug fixes for webhook API (#650) 8 years ago
Lunny Xiao 87ad4961f6 bug fixed for update repository (#664) 8 years ago
xgitea 64b167138f docs: update translation on notification page for zh-CN (#649)
* docs: update translation on notification page for zh-CN

* use international resources
8 years ago
Bo-Yi Wu 69b86378ce docs: update zh-tw translation (#651) 8 years ago
Manuel Kuhlmann e698654902 Add data directory excluding sessions to dump (#587) 8 years ago
pkuphy b7eae783b5 fix typo (#644)
fix typo: 「與」-> 「於」
8 years ago
pkuphy 327b1b7985 fix typo (#642)
「与」修改为「于」
8 years ago
Andrey Nering 769e0a3ea6 Notifications: mark as read/unread and pin (#629)
* Use relative URLs

* Notifications - Mark as read/unread

* Feature of pinning a notification

* On view issue, do not mark as read a pinned notification
8 years ago
Bo-Yi Wu cbf2a967c5 refactor: Add new deleteOrg func. (#633) 8 years ago
Bo-Yi Wu 0af9a24087 docs: update translation on homepage for zh-tw (#634) 8 years ago
pkuphy 63f0bb1761 fix typo 8 years ago
Kazuki Sawada e5620f07a4 Fix: Issues cannot be created with labels (#622)
Signed-off-by: Kazuki Sawada <kazuki@6715.jp>
8 years ago
Matthias Loibl 742f2c0301 Merge pull request #631 from rasa/patch-1
Typos and make CONTRIBUTING a little nicer
8 years ago
Matthias Loibl ecfa284662 Merge pull request #625 from appleboy/improve
refactor: check the error returned by os.MkdirAll()
8 years ago
Lunny Xiao 7209917fd7 bug fix release 8 years ago
Ethan Koenig b316b2e740 Unit tests for models/admin 8 years ago
Bo-Yi Wu f91b8c5f53 refactor: check the error returned by os.MkdirAll() 8 years ago
Matthias Loibl 97170916a3 Merge pull request #610 from appleboy/pid
feat: support pid file.
8 years ago
Bo-Yi Wu 9f575986d8 feat: support pid file. 8 years ago
vz 19570f2d43 Fix install.tmpl input default value (#611)
* Fix install.tmpl input default value

* Update db_user to gitea

* Add when INSTALL_LOCK = false
8 years ago
Ethan Koenig 973282dae2 Better coverage in pull_test (#615) 8 years ago
Ethan Koenig 862948ab88 Better coverage and TODOs for update_test (#616) 8 years ago