aboutsummaryrefslogtreecommitdiff
path: root/templates
Commit message (Collapse)AuthorAge
...
* [Feature/WIP] Confirm on editing forms (fixes #2881) (#2980)Kim Carlbäcker2016-04-19
| | | | | | | | | | * Add and start jQuery AreYouSure * Update SimpleMDE to 1.10.1 for `forceSync` support * Forgot to remove old version SimpleMDE 1.10.0 * formatting -.-
* #2916 fix sort' field missing on issue pagination linkUnknwon2016-04-04
|
* Fix XORM IN condition table name parseUnknwon2016-03-27
|
* #2878 print error of JSON unmarshal and always returns a valid objectUnknwon2016-03-26
|
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-25
|
* Handle windows deletion when startUnknwon2016-03-23
| | | | Fix #2872
* #1692 api: admin list and create team under organizationUnknwon2016-03-21
|
* Add route for #2846Unknwon2016-03-21
|
* Remove code for checking ssh-keygenUnknwon2016-03-19
|
* #2850 fix potential SSH commands dislocationUnknwon2016-03-18
| | | | | | | When use builtin SSH server with concurrent operations, there are probabilities One connection could use the command from another connections. Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope.
* Merge pull request #2845 from moltam/feature/org-member-full-name-avatarUnknwon2016-03-16
|\ | | | | Display org member's full name in link title.
| * Display org member's full name in link title.Tamás Molnár2016-03-16
| |
* | #2814 LOWER() column value within searchUnknwon2016-03-16
| |
* | Improve repository lable styleUnknwon2016-03-15
| | | | | | | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page
* | Merge pull request #2829 from odinuge/htmlmetaUnknwon2016-03-15
|\ \ | | | | | | Set description meta tag correctly
| * | Fix indentOdin Ugedal2016-03-15
| | |
| * | Make description meta tag golang 1.4 compatibleOdin Ugedal2016-03-15
| | |
| * | Set description meta tag correctlyOdin Ugedal2016-03-15
| |/ | | | | | | | | | | Set the description meta tag correctly when there is no repo description. Also use the ability to trim trailing whitespaces, to make the template cleaner.
* | Merge pull request #2830 from odinuge/branchname-compareUnknwon2016-03-15
|\ \ | | | | | | Fix problems with '#' in branchname
| * | Add prorper escaping of url in issue formOdin Ugedal2016-03-15
| | |
| * | Fix problems with '#' in branchnameOdin Ugedal2016-03-15
| |/ | | | | | | | | Add proper escaping of '#' in branchname in compare when doing pull requests. This addresses issue #2822.
* / #13 fix admin can't search private reposUnknwon2016-03-15
|/ | | | - update glide info
* Set HTML meta values corresponding to repositoryOdin Ugedal2016-03-14
| | | | | Use the authors name, and the description of the repo in HTML meta. Pages without repository context will display as before.
* #1692 add CRUD issue APIsUnknwon2016-03-13
| | | | | - Fix go-gogs-client#10 - Related to #809
* #1891 attempt to fix invalid csrf tokenUnknwon2016-03-12
|
* #1286 #2098 Alpha support for custom templatesUnknwon2016-03-12
| | | | No guarantee for compatibility with future changes
* Minor fixes for #2761Unknwon2016-03-11
|
* Merge pull request #2761 from soudy/grey-out-merge-commitUnknwon2016-03-11
|\ | | | | Grey out merge commits
| * Put if statement of grey merge commits on one lineSteven Oud2016-03-05
| |
| * Grey out merge commitsSteven Oud2016-03-05
| |
* | #13 finish user and repository searchUnknwon2016-03-11
| | | | | | | | Both are possible on explore and admin panel
* | Rename module: middleware -> contextUnknwon2016-03-11
| |
* | Fix ref comment from commit create empty feedUnknwon2016-03-11
| |
* | Merge pull request #2803 from Rukenshia/developUnknwon2016-03-10
|\ \ | | | | | | Using HTML Description of repositories in the 'Explore' view. Fixes #…
| * | Using HTML Description of repositories in the 'Explore' view. Fixes #2800Jan Christophersen2016-03-10
| | |
* | | #2727 fix incompatible SQL in PostgreSQLUnknwon2016-03-09
| | |
* | | #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-09
|/ /
* | Update frontend resourcesUnknwon2016-03-07
| |
* | Fix pull request availability checkUnknwon2016-03-06
| |
* | Prepare releaseUnknwon2016-03-06
| |
* | Minor fix for #2772Unknwon2016-03-06
| |
* | Merge pull request #2772 from OhDaeto/masterUnknwon2016-03-06
|\ \ | | | | | | Add ru-RU to home template
| * | минимальные -> низкие (системные требования)xDShot2016-03-06
| | |
| * | Add ru-RU to home templateLourens2016-03-06
| | |
* | | Remove duplicated of codeUnknwon2016-03-06
| | |
* | | Minor fixes for #2766Unknwon2016-03-06
| | |
* | | Added: Ability to delete org avatar.Tamás Molnár2016-03-06
|/ /
* | #1146 finish new access rights for collaboratorsUnknwon2016-03-05
| |
* | #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-05
| | | | | | | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin.
* | #1597 fix activitity feeds for pull requestsUnknwon2016-03-05
|/