Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow to set organization visibility (public, internal, private) (#1763) | Rémy Boulanouar | 2019-02-18 | 1 | -1/+6 |
| | |||||
* | fix #3200 (#6033) | Lanre Adelowo | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | Display branch name in delete branch confirmation modal. (#5654) | Harshit Bansal | 2019-01-06 | 1 | -2/+2 |
| | | | Fixes: #5630. | ||||
* | Added repository search ordered by stars or forks. Forks column in admin ↵ | Alexey Terentyev | 2018-05-24 | 2 | -1/+32 |
| | | | | | | | | | | | | | repo list. (#3969) * Added repository search order by stars or forks. Added Forks column to admin repository list. Signed-off-by: Alexey Terentyev <axifnx@gmail.com> * Renamed search repo template Signed-off-by: Alexey Terentyev <axifnx@gmail.com> | ||||
* | Fix Delete repository message (#3260) | muhfaris | 2018-01-15 | 1 | -2/+2 |
| | |||||
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add | ||||
* | Repo size in admin panel (#1482) | Jonas | 2017-04-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | * Implementation of the feature to view repository size in admin panel * Move GetRepoSize to git module * Repository.RepoSize -> Repository.Size * RepoSize -> Size in template * Redo a few bits and pieces * Update size when syncing mirror or forking * Remove GetRepoSize * Changed fatal errors to error message * Copy migration code from Gogs * make fmt | ||||
* | Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) | Patrick G | 2017-03-15 | 1 | -45/+41 |
| | |||||
* | Fix bug that tries to load mistyped templates | Matthias Loibl | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | Merge all pagination-templates into 'base/paginate' | Kim "BKC" Carlbäcker | 2016-11-07 | 1 | -1/+1 |
| | | | | to reduce code-duplicity | ||||
* | Minor HTML fix for delete repository notice | Unknwon | 2016-07-23 | 1 | -2/+2 |
| | |||||
* | Modify behaviour of repo-delete. (#3232) | Pheng Heong TAN | 2016-07-09 | 1 | -2/+0 |
| | | | | | | | | | | Re: issues gogits/gogs#2863 and gogits/gogs#3231 As a result of modifications to the contents of the conf folder, `make bindata` was run, causing an update to bindata.go. Meta ----- This commit will be rebased onto the 'develop' branch. | ||||
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 1 | -23/+4 |
| | | | | Both are possible on explore and admin panel | ||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 1 | -47/+47 |
| | | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file | ||||
* | remember page number when delete repo | Unknwon | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | #2063 Ability to delete repo from admin panel | Unknwon | 2015-12-05 | 1 | -0/+17 |
| | |||||
* | #1525 Triggere mailer for admin created accounts | Unknwon | 2015-09-25 | 1 | -65/+64 |
| | |||||
* | Fix admin repos new ui | Antoine GIRARD | 2015-09-26 | 1 | -58/+68 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -2/+2 |
| | |||||
* | Remove the "PHP" style formatting function | Peter Smit | 2015-02-16 | 1 | -1/+1 |
| | | | | | | The "PHP" formatting function doesn't add anything, except an undocumented date format. All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience. | ||||
* | Fix #799 by adding a tooltip for all dates in all settings/panels | Peter Smit | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Fix swapped issue/star columns in /admin/repos | James Cracknell | 2014-11-28 | 1 | -2/+2 |
| | |||||
* | fix invalid user links in admin panels | Unknwon | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -4/+4 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | ||||
* | Continue working on new admin pages | Unknwon | 2014-08-29 | 1 | -0/+60 |