summaryrefslogtreecommitdiffstats
path: root/templates/repo/activity.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix units permission problems * fix some bugs and merge LoadUnits to repoAssignment * refactor permission struct and add some copyright heads * remove unused codes * fix routes units check * improve permission check * add unit tests for permission * fix typo * fix tests * fix some routes * fix api permission check * improve permission check * fix some permission check * fix tests * fix tests * improve some permission check * fix some permission check * refactor AccessLevel * fix bug * fix tests * fix tests * fix tests * fix AccessLevel * rename CanAccess * fix tests * fix comment * fix bug * add missing unit for test repos * fix bug * rename some functions * fix routes check
* Fix some issues with special chars in branch names (#3767)nubenum2018-09-171-1/+1
| | | Signed-off-by: Robin Durner <github@nubenum.de>
* Fixed 0 closed issues not show 50% closed on activty page (#3802)Morgan Bazalgette2018-04-161-2/+10
| | | | Fixes #3656. Also adds a light grey bar when there are both 0 merged prs/closed issues and 0 open prs/issues.
* Add issue closed time column to fix activity closed issues list (#3537)Lauris BH2018-02-191-1/+1
| | | Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-6/+6
| | | | | | | | | | | | | | * 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
* Fix activity css conflit with semantic ui (#2758)Lauris BH2017-10-211-2/+2
|
* Add Activity page to repository (#2674)Lauris BH2017-10-151-0/+184
* Add Activity page to repository * Add request data for activity * Add issue data for activity * Add user unit right checks * Add releases to activity * Log repository unit loading error