Morgan Bazalgette
1847c44035
Responsive view ( #2750 )
* Viewport meta tag
* responsive: dashboard
* responsive: issues page
* responsive: Explore page
* responsive: navbar, and some navbar css refactoring
* responsive: button for collapsing navbar in mobile view
* Mark the hamburger button as active when pressed
* better homepage for responsive views
* Bring back jump class in navbar
The class was necessary, because this way the
dropdown doesn't assume the contents of the
selected item.
* make repository homes responsive
* Make file view page responsive
* Make forms look good on responsive views
* make commits and commit diff view responsive
* issues and PRs
* responsive wiki
* Don't place auto-init far off the page
* Minor changes to amend broken stuff
minor improvements
- make login/sign up in navbar stackable
- make navbar in explore and sign in not stackable
Change selected class in TestPullCompare
Fix typo that happened when rebasing
fix dashboard on org view
improve profile UI
Use clearing on file diff to fix broken UI caused by floating elements
remove unresolved merge conflict, and | Sanitize
Fix repo home not loading
8 years ago
silverwind
e4f0173f81
Remove box-shadow from UI, fix dashboard issue ( #3065 )
8 years ago
Morlinest
a4543a3b7c
Use custom search for each filter type in dashboard ( #2343 )
* Do custom search for each filter in repo-search
* Fix search url
* Simplify code
* Remove loader and reset counts when changing filter
8 years ago
Lunny Xiao
4ddab17442
fix bug on create repo link on dashboard ( #2359 )
8 years ago
Morlinest
056806c9a1
Remove (almost) server side data rendering from repo-search component ( #2317 )
* Rename some shorthands
* Remove (almost) server side data rendering from repo-search component template
8 years ago
Morlinest
47fbc62f5e
Fix order of elements in dashboard html ( #2344 )
8 years ago
Morlinest
43cd177ed8
Fix repo-search template errors for go1.7 ( #2336 )
8 years ago
Morlinest
52939cd7ea
Make use of Vue more universal ( #2318 )
8 years ago
Morlinest
0e6f1cbe92
Fix and improve dashboard repo UI ( #2285 )
* Fix and improve dashboard repo UI
* Change order of scripts loading
* Remove "mirror" tab
* Remove single tab panel for "org user"
* Add localization strings
* Create vue component and change event for search
* Add "mirrors" filter
8 years ago
Lauris BH
3098ebcda1
Refactor vue delimeters to use es6 template delimeters ( #2171 )
8 years ago
Andrey Nering
8f19037ce2
Merge pull request #1750 from andreynering/dashboard-search-org-repos
More fixes for dashboard search
9 years ago
Patrick G
d88b099e20
Make side nav on dashboard stackable ( #1778 )
9 years ago
Andrey Nering
916bc5d5ac
Remove colaborative repo panel
9 years ago
Jun Hsieh ♞
00602ad70c
Hide the create organization button (in dashboard/organization section) ( #1705 )
when the user has no such permission.
9 years ago
Andrey Nering
076eb24487
Improve dashboard repo search ( #1652 )
* Add VueJS
* Improve dashboard search
* Fix tab switching
* Fix input autofocus
9 years ago
Sandro Santilli
aa85dac78a
Allow rendering alerts in dashboard ( #856 )
NOTE: useful when logging in via OpenID and connecting to user
9 years ago
Bo-Yi Wu
8c7e6c8e83
feat: add search repository on dashboard. ( #773 )
9 years ago
Unknwon
027aebc72c
#1384 add pagination for repositories
9 years ago
Unknwon
98aaf604c5
Upgrade octicon to 4.3.0
9 years ago
Florian Kaiser
0f9c6808a3
Use icon repo-forked instead of repo-lock for private, forked repos
10 years ago
Unknwon
45e824ef08
#2491 minor fix for sr on dashboard
10 years ago
Unknwon
6e2051352e
#2287 Truncate repository name if too long
10 years ago
Unknwon
64547d850a
#2159 use icon+tooltip to replace text
10 years ago
Unknwon
87fc75586e
#2037 Add "New Mirror" button on Dashboard
10 years ago
Adam Strzelecki
69427c6115
Indent all templates with tabs
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
10 years ago
Gibheer
656d90ff25
add new mirror button to dashboard
This adds the button to create a new mirror on the dashboard at the same
place where "new repository" and "new organization" already exist.
10 years ago
Unknwon
a14c20813c
fix #650
10 years ago
Unknwon
7e6542d0f5
Show custom avatars in commits
10 years ago
Unknwon
e172911575
new dashboard ui
10 years ago
Unknwon
1e0153b243
#1594 Collaborative Repositories missing suburl on Dashboard
10 years ago
Unknwon
ad52b2d791
Mirror fix on transfer repo
11 years ago
Unknwon
71e4689d11
Page: User profile
11 years ago
Unknwon
f69761563b
Fix bug on transfer repo
11 years ago
Unknwon
7ba9257a7f
Add suburl support
11 years ago
Martin van Beurden
0055cbd365
Allow Gogs to run from a suburl behind a reverse proxy. e.g. 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
11 years ago
Unknwon
a596388ebf
Add success message after transfer repository #481
11 years ago
Unknwon
c1ceec45da
Fix mirror UI style and work on #475
11 years ago
Michael Dyrynda
1bbf4c9768
Add missing 'new migration' link
Addresses issue #399
11 years ago
Tristan Storch
69e332f432
Removed trailing white spaces
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.
11 years ago
Unknwon
36b4c57ff1
Finish new organization members and invitation page
11 years ago
Unknwon
5fbf8531e6
Finish new home page of organization
11 years ago
Unknwon
9813161411
Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
11 years ago
Unknwon
5e81383413
Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
11 years ago
Unknwon
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
11 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
11 years ago