Andrey Nering
7b327ca813
Merge commit 'af636848622c8ad27cace63be5f9dd9aaa565502' as 'modules/minwinsvc'
8 years ago
Andrey Nering
af63684862
Squashed 'modules/minwinsvc/' content from commit cad6b2b
git-subtree-dir: modules/minwinsvc
git-subtree-split: cad6b2b879
8 years ago
DWE
f9c8c56e64
fix logfile name ( #731 )
8 years ago
Lunny Xiao
323da80a68
update xorm for bugs fix ( #728 )
8 years ago
Lunny Xiao
b0e788bdf5
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
5334103edf
Add option to app.ini to enable local import paths ( #724 )
8 years ago
Bwko
6d8be9f80f
Add a reserved path check to the wiki ( #720 )
8 years ago
Kjell Kvinge
db7e7bf777
add scroolbars to wide graphs. ( #608 )
* Add scrollbars to graph and revlist if needed.
* Add border
8 years ago
Lunny Xiao
e8dcc23d91
fixed bugs on Wiki and resolved #667 ( #674 )
8 years ago
Thomas Boerger
76e4d20d50
Set the ldflags to static value within makefile ( #709 )
8 years ago
Bwko
cbcb3a8598
Fix crash caused by #647 ( #708 )
8 years ago
Philip Couling
fc1e953a6a
Spun attachments into seperate go file ( #701 )
Moved attachments into seperate go file
8 years ago
Ethan Koenig
dc4990be0d
Fix permission bugs in team API ( #647 )
8 years ago
Ethan Koenig
1533d6f66f
API Endpoints for organization members ( #645 )
8 years ago
Kazuki Sawada
8615996149
Fix: Pagenation on dashboard->issues does not work well ( #698 )
8 years ago
Andrey Nering
e119a64a04
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
a7ddcf8c79
Enforce custom LDFLAGS within makefile ( #684 )
8 years ago
willemvd
e9e8e02a74
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
799bb6e441
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
b739de4220
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
7f6c2c538f
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
2dd342d773
Changed README to refer to https images only ( #675 )
8 years ago
btrepp
552c1f4793
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
0ada33620c
Fix #646 ( #669 )
8 years ago
Bo-Yi Wu
2566741a8e
docs: fix translation for zh-tw and zh-hk ( #668 )
8 years ago
Andrey Nering
349797dd28
Merge pull request #643 from pkuphy/patch-2
fix typo
8 years ago
Ethan Koenig
04b9dca661
Fix ambiguity bug in getCommentsByRepoIDSince ( #665 )
8 years ago
Bwko
72f393ebe1
Don't create a default pid file ( #637 )
8 years ago
Ethan Koenig
af64dbf429
Bug fixes for webhook API ( #650 )
8 years ago
Lunny Xiao
f83c80cd7c
bug fixed for update repository ( #664 )
8 years ago
xgitea
26baa48733
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
c56bcdb5e6
docs: update zh-tw translation ( #651 )
8 years ago
Manuel Kuhlmann
a93f6e5e10
Add data directory excluding sessions to dump ( #587 )
8 years ago
pkuphy
24d40f6f43
fix typo ( #644 )
fix typo: 「與」-> 「於」
8 years ago
pkuphy
494a708c82
fix typo ( #642 )
「与」修改为「于」
8 years ago
Andrey Nering
9b3a69e3ac
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
9d8c8d095a
refactor: Add new deleteOrg func. ( #633 )
8 years ago
Bo-Yi Wu
85829a1229
docs: update translation on homepage for zh-tw ( #634 )
8 years ago
pkuphy
f66936f695
fix typo
8 years ago
Kazuki Sawada
9be70c33fe
Fix: Issues cannot be created with labels ( #622 )
Signed-off-by: Kazuki Sawada <kazuki@6715.jp>
8 years ago
Matthias Loibl
0fff78b149
Merge pull request #631 from rasa/patch-1
Typos and make CONTRIBUTING a little nicer
8 years ago
Matthias Loibl
d32776130b
Merge pull request #625 from appleboy/improve
refactor: check the error returned by os.MkdirAll()
8 years ago
Lunny Xiao
7b0fc86953
bug fix release
8 years ago
Ethan Koenig
27199827f1
Unit tests for models/admin
8 years ago
Bo-Yi Wu
2ccbed2337
refactor: check the error returned by os.MkdirAll()
8 years ago
Matthias Loibl
42dd08275c
Merge pull request #610 from appleboy/pid
feat: support pid file.
8 years ago
Bo-Yi Wu
25fca7482e
feat: support pid file.
8 years ago
vz
8fcf927b46
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
59225ffa67
Better coverage in pull_test ( #615 )
8 years ago
Ethan Koenig
7ebcff8ae6
Better coverage and TODOs for update_test ( #616 )
8 years ago