summaryrefslogtreecommitdiffstats
path: root/public
Commit message (Collapse)AuthorAgeFilesLines
* take params for milestone and assignee from query instead of path argsVyacheslav Bakhmutov2014-09-031-1/+1
|
* add commit compare functionalityChristopher Brickley2014-09-011-0/+7
|
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-09-013-8/+52
|\
| * add Slack API webhook supportChristopher Brickley2014-08-313-8/+52
| |
* | Update depsUnknwon2014-09-012-0/+2
|/
* UI: SSH/HTTPS address switch and copyUnknwon2014-08-312-1/+62
|
* Removed trailing white spacesTristan Storch2014-08-306-25/+25
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* Continue working on new admin pagesUnknwon2014-08-293-4/+32
|
* Finish new admin users pagesUnknwon2014-08-294-16/+78
|
* Finish new admin dashboardUnknwon2014-08-288-9/+92
|
* Finsih add/remove repo in organizationUnknwon2014-08-264-9/+87
|
* Finish new edit team page, add member to teamUnknwon2014-08-244-0/+74
|
* Working on organization pagesUnknwon2014-08-232-0/+26
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-163-13/+65
|
* Finish new organization members and invitation pageUnknwon2014-08-153-4/+37
|
* Finish new organization members and invitation pageUnknwon2014-08-154-3/+117
|
* Page: `/org/:orgname/settings`Unknwon2014-08-143-31/+56
|
* Finish new home page of organizationUnknwon2014-08-107-5/+221
|
* Finish new reset password, etc.Unknwon2014-08-093-398/+382
|
* Page: Manage social accountsUnknwon2014-08-092-0/+12
|
* Finish new web hook pagesUnknwon2014-08-096-21/+45
|
* Finish new hooks list pageUnknwon2014-08-097-36/+92
|
* Finish new collaboration pageUnknwon2014-08-078-23/+244
|
* nowarp fixUnknwon2014-08-072-13/+40
|
* Add missing less filesUnknwon2014-08-0511-37/+1915
|
* Fix bare repo bugUnknwon2014-08-051-3/+8
|
* Fix wrong selector for AJAX issue creation.Justin Nuß2014-08-041-2/+2
|
* Finish new repo settings pageUnknwon2014-08-026-1/+148
|
* Merge pull request #311 from nuss-justin/issue/281无闻2014-08-011-0/+14
|\ | | | | Fix #281. Add mouse-over precise time and on-click switch listener.
| * Merge branch 'dev' of https://github.com/gogits/Gogs into issue/281Justin Nuß2014-07-2638-6/+4745
| |\ | | | | | | | | | | | | Conflicts: modules/base/tool.go
| * | Fix #281. Add mouse-over precise time and on-click switch listener.Justin Nuß2014-07-241-0/+14
| | |
* | | Finish new migrate pageUnknwon2014-08-012-3/+21
| | |
* | | Mirror fix on templateUnknwon2014-07-301-3/+5
| | |
* | | Merge pull request #336 from adelq/responsive-layouts无闻2014-07-281-3/+3
|\ \ \ | | | | | | | | Avoid using fixed width in CSS for layouts
| * | | Avoid using fixed width in CSS for layoutsAdel Qalieh2014-07-271-3/+3
| | | |
* | | | Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-263-99/+139
| | | | | | | | | | | | | | | | dashboard news feed page, create organization page
* | | | Git installation check, show image in single file view, show short SHA1 ↵Unknwon2014-07-261-1/+20
| | | | | | | | | | | | | | | | instead of 40-length string, complete log module
* | | | Merge pull request #332 from acusti/dev无闻2014-07-262-29/+30
|\ \ \ \ | |_|_|/ |/| | | Styling plus a couple small fixes for issue attachments (& misc cleanup)
| * | | Semicolons for consistency ;);Andrew Patton2014-07-251-3/+3
| | | |
| * | | Trivial cleanupAndrew Patton2014-07-251-3/+3
| | | | | | | | | | | | | | | | | | | | using `event.preventDefault` instead of `return false` for being more explicit
| * | | Use console.log instead of breakpointAndrew Patton2014-07-251-1/+1
| | | |
| * | | Fix typosAndrew Patton2014-07-251-2/+2
| | | |
| * | | Fix “Submitting” state of Close issue inputAndrew Patton2014-07-251-1/+1
| | | | | | | | | | | | | | | | | | | | If .btn-default isn’t removed, .btn-default and .btn-warning styles conflict
| * | | Small whitespace cleanupAndrew Patton2014-07-251-9/+7
| | | |
| * | | Fix for erroneous Submitting mode on buttonAndrew Patton2014-07-251-1/+1
| | | | | | | | | | | | | | | | | | | | Click handler was also attaching to “Select Attachments” button, so modified selector to grab #issue-reply-btn by ID and submit button
| * | | Style finesse for “Attachments:” list in issuesAndrew Patton2014-07-251-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | Make `#attached-list` attachment labels wrap, make spacing more consistent, add hover stats to `.attachment-remove` icon, adjust padding of labels to compensate for `.attachment-remove` icon
* | | | Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-266-5/+5
| | | |
* | | | New UI merge in progressUnknwon2014-07-2635-0/+4570
| | | |
* | | | Merge pull request #325 from nuss-justin/dev无闻2014-07-251-0/+6
|\ \ \ \ | |/ / / |/| | | Remove 'None yet' message when adding first label to issue.
| * | | Remove 'None yet' message when adding first label to issue.Justin Nuß2014-07-251-0/+6
| | | |