Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update xorm and fix dump command (#692) | Lunny Xiao | 2017-01-23 | 14 | -717/+631 |
| | | | | | | | | | | | | * update xorm and fix dump * catch database init error * still use dumpTables * fix dump bool type * update vendor.json | ||||
* | Add option to app.ini to enable local import paths (#724) | Bwko | 2017-01-23 | 6 | -5/+14 |
| | |||||
* | Add a reserved path check to the wiki (#720) | Bwko | 2017-01-22 | 1 | -1/+18 |
| | |||||
* | add scroolbars to wide graphs. (#608) | Kjell Kvinge | 2017-01-22 | 3 | -9/+6 |
| | | | | | | * Add scrollbars to graph and revlist if needed. * Add border | ||||
* | fixed bugs on Wiki and resolved #667 (#674) | Lunny Xiao | 2017-01-21 | 2 | -25/+29 |
| | |||||
* | Set the ldflags to static value within makefile (#709) | Thomas Boerger | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | Fix crash caused by #647 (#708) | Bwko | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | Spun attachments into seperate go file (#701) | Philip Couling | 2017-01-20 | 4 | -217/+249 |
| | | | Moved attachments into seperate go file | ||||
* | Fix permission bugs in team API (#647) | Ethan Koenig | 2017-01-20 | 4 | -121/+137 |
| | |||||
* | API Endpoints for organization members (#645) | Ethan Koenig | 2017-01-20 | 3 | -2/+155 |
| | |||||
* | Fix: Pagenation on dashboard->issues does not work well (#698) | Kazuki Sawada | 2017-01-19 | 1 | -3/+3 |
| | |||||
* | Notifications: trying to get a better layout (#660) | Andrey Nering | 2017-01-18 | 8 | -80/+103 |
| | | | | | | | | | | | | | | * i18n button titles * Improvements on notification page layout * Notification count badge fixes * Make table <tr> clickable * Fix octicon aligment * Fix use of AppSubUrl | ||||
* | Enforce custom LDFLAGS within makefile (#684) | Thomas Boerger | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Remove the default console logger when it is not set in the configuration (#602) | willemvd | 2017-01-17 | 2 | -0/+21 |
| | | | | | | | | | | | | * 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) | ||||
* | Refactor process package and introduce ProcessManager{} with tests (#75) | Matthias Loibl | 2017-01-17 | 10 | -113/+161 |
| | | | | | | | | | | * 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 | ||||
* | Two factor authentication support (#630) | Andrew | 2017-01-16 | 40 | -8/+3395 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Attach to release (#673) | Philip Couling | 2017-01-15 | 11 | -14/+144 |
| | | | | | | | | | | | | | | * 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 | ||||
* | Changed README to refer to https images only (#675) | Philip Couling | 2017-01-15 | 2 | -6/+6 |
| | |||||
* | Removes reliance on server specific SQL (#393) | btrepp | 2017-01-14 | 1 | -2/+16 |
| | | | | | | | | 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. | ||||
* | Fix #646 (#669) | Shyim | 2017-01-14 | 1 | -5/+8 |
| | |||||
* | docs: fix translation for zh-tw and zh-hk (#668) | Bo-Yi Wu | 2017-01-14 | 2 | -86/+86 |
| | |||||
* | Merge pull request #643 from pkuphy/patch-2 | Andrey Nering | 2017-01-14 | 0 | -0/+0 |
|\ | | | | | fix typo | ||||
| * | fix typo | pkuphy | 2017-01-11 | 1 | -1/+1 |
| | | |||||
* | | Fix ambiguity bug in getCommentsByRepoIDSince (#665) | Ethan Koenig | 2017-01-14 | 1 | -2/+4 |
| | | |||||
* | | Don't create a default pid file (#637) | Bwko | 2017-01-14 | 2 | -5/+3 |
| | | |||||
* | | Bug fixes for webhook API (#650) | Ethan Koenig | 2017-01-14 | 4 | -7/+54 |
| | | |||||
* | | bug fixed for update repository (#664) | Lunny Xiao | 2017-01-14 | 1 | -1/+1 |
| | | |||||
* | | docs: update translation on notification page for zh-CN (#649) | xgitea | 2017-01-13 | 2 | -1/+12 |
| | | | | | | | | | | | | * docs: update translation on notification page for zh-CN * use international resources | ||||
* | | docs: update zh-tw translation (#651) | Bo-Yi Wu | 2017-01-13 | 2 | -145/+149 |
| | | |||||
* | | Add data directory excluding sessions to dump (#587) | Manuel Kuhlmann | 2017-01-12 | 1 | -0/+53 |
| | | |||||
* | | fix typo (#644) | pkuphy | 2017-01-12 | 1 | -1/+1 |
| | | | | | | fix typo: 「與」-> 「於」 | ||||
* | | fix typo (#642) | pkuphy | 2017-01-12 | 1 | -1/+1 |
| | | | | | | 「与」修改为「于」 | ||||
* | | Notifications: mark as read/unread and pin (#629) | Andrey Nering | 2017-01-12 | 8 | -31/+168 |
| | | | | | | | | | | | | | | | | | | | | * Use relative URLs * Notifications - Mark as read/unread * Feature of pinning a notification * On view issue, do not mark as read a pinned notification | ||||
* | | refactor: Add new deleteOrg func. (#633) | Bo-Yi Wu | 2017-01-11 | 1 | -9/+50 |
| | | |||||
* | | docs: update translation on homepage for zh-tw (#634) | Bo-Yi Wu | 2017-01-11 | 3 | -2/+39 |
|/ | |||||
* | Fix: Issues cannot be created with labels (#622) | Kazuki Sawada | 2017-01-10 | 1 | -3/+3 |
| | | | Signed-off-by: Kazuki Sawada <kazuki@6715.jp> | ||||
* | Merge pull request #631 from rasa/patch-1 | Matthias Loibl | 2017-01-10 | 1 | -8/+8 |
|\ | | | | | Typos and make CONTRIBUTING a little nicer | ||||
| * | Typos and make CONTRIBUTING a little nicer | Ross Smith II | 2017-01-06 | 1 | -8/+8 |
| | | |||||
* | | Merge pull request #625 from appleboy/improve | Matthias Loibl | 2017-01-10 | 1 | -1/+3 |
|\ \ | | | | | | | refactor: check the error returned by os.MkdirAll() | ||||
| * | | refactor: check the error returned by os.MkdirAll() | Bo-Yi Wu | 2017-01-09 | 1 | -1/+3 |
| | | | |||||
* | | | bug fix release | Lunny Xiao | 2017-01-09 | 5 | -9/+14 |
| | | | |||||
* | | | Unit tests for models/admin | Ethan Koenig | 2017-01-09 | 3 | -1/+126 |
|/ / | |||||
* | | Merge pull request #610 from appleboy/pid | Matthias Loibl | 2017-01-09 | 2 | -0/+33 |
|\ \ | | | | | | | feat: support pid file. | ||||
| * | | feat: support pid file. | Bo-Yi Wu | 2017-01-09 | 2 | -0/+33 |
| | | | |||||
* | | | Fix install.tmpl input default value (#611) | vz | 2017-01-09 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Fix install.tmpl input default value * Update db_user to gitea * Add when INSTALL_LOCK = false | ||||
* | | | Better coverage in pull_test (#615) | Ethan Koenig | 2017-01-09 | 1 | -0/+8 |
| | | | |||||
* | | | Better coverage and TODOs for update_test (#616) | Ethan Koenig | 2017-01-09 | 1 | -0/+6 |
| | | | |||||
* | | | Unit tests for models/action (#619) | Ethan Koenig | 2017-01-09 | 5 | -19/+397 |
|/ / | |||||
* | | docs: update zh-tw and zh-hk translations. (#604) | Bo-Yi Wu | 2017-01-08 | 3 | -546/+569 |
| | | |||||
* | | Add myself to MAINTAINERS (#609) | Ethan Koenig | 2017-01-08 | 1 | -0/+1 |
| | |