Morlinest
7455604f0c
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
53e6c947f1
Fix order of elements in dashboard html ( #2344 )
8 years ago
Sandro Santilli
2c3a229a3c
Add OpenID configuration in install page ( #2276 )
8 years ago
Morlinest
4c13a8458b
Fix repo-search template errors for go1.7 ( #2336 )
8 years ago
Morlinest
f3486360d2
Make use of Vue more universal ( #2318 )
8 years ago
Lunny Xiao
aec826b023
fix template error on explore repos ( #2319 )
8 years ago
Michael Kuhn
934dd41fa6
Make SHOW_USER_EMAIL also apply to profiles ( #2258 )
...
The e-mail address is currently only hidden from the explore page.
8 years ago
Morlinest
951fb572a7
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
silverwind
fc29a405e8
More tweaks to repo top panel ( #2267 )
...
* More tweaks to repo top panel
* undo hiding of compare button on master
* attempt to fix ci issue
* another ci attempt
8 years ago
Lunny Xiao
be29d5f7ad
fix webhook link
8 years ago
silverwind
54381f438b
File path tweaks in UI ( #2264 )
8 years ago
Ethan Koenig
7e0654bd9e
Fix counts on issues dashboard ( #2215 )
...
* Fix counts on issues dashboard
* setupSess -> setupSession
* Unit test
* Load repo owners for issues
8 years ago
Ethan Koenig
f29458bd3a
EnableUnit() -> UnitEnabled() ( #2242 )
8 years ago
Lauris BH
60d7e56c69
Add task to generate images from SVG and change to new logo ( #2194 )
...
* Add makefile task to generate images from SVG and change to new logo
* use absolute path on generate-images
8 years ago
Bwko
8f171210b9
Revert "Add ability to fork your own repos ( #761 )" ( #2193 )
8 years ago
Lauris BH
f33e6ae09e
Remove unit types commits and settings ( #2161 )
...
* Remove unit types commits and settings
* Can not limit units in administrator teams
* Limit changing units only to teams with read and write access mode
* Small code optimization
8 years ago
Lauris BH
047a67a90b
Refactor vue delimeters to use es6 template delimeters ( #2171 )
8 years ago
Stefan Kalscheuer
0b177574c9
Only show SSH clone URL if signed in ( #2169 ) ( #2170 )
...
* Add configuration flag SSH_EXPOSE_ANONYMOUS
If this flag (default True) is set to false, the SSH clone URL will only be exposed if the current user is signed in.
* Default SSH exposure set to false
To match GitHub and for security reasons, SSH URL exposure is disabled by default.
In addition to that. minor code changes have been applied.
Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
* Add integration tests
* Hide clone button neither HTTP and SSH is enabled
Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
8 years ago
Wiktor Żurawik
32f289ae3b
Make compare button URL aware if current repo is a fork ( #2162 ) ( #2163 )
...
* Make compare button URL aware if current repo is a fork (#2162 )
* Optimize code
* To not change current behaviour check if signed in user has fork of base repository
* Fix to check only if signed user has forked repo otherwise it will still redirect to wrong page
8 years ago
bit
98c5a1e006
Only show "No Description" to repo admins ( #2167 )
...
Only show note about missing description ("No Description") to repo admins, nobody else can change it.
8 years ago
Lauris BH
5e9bcb6301
Missing signed commit display translation ( #2134 )
8 years ago
Ethan Koenig
b1d7348a20
Fix wiki preview links
8 years ago
Morlinest
6b13dafe61
Fix org hooks UI ( #2072 )
8 years ago
Patrick G
9d8fba62b3
Smaller watch, star, and fork buttons ( #2052 )
8 years ago
Jonas Franz
441986a473
Fix "Dashboard shows deleted comments" ( #1995 )
8 years ago
Patrick G
bf187304dc
Fix wording ( #2024 )
...
* Fix wording
* Update locale_en-US.ini
* Update keys_gpg.tmpl
8 years ago
Lunny Xiao
228247511a
repo/editor: fix breadcrumb path cuts parent dirs ( #3859 ) ( #2032 )
8 years ago
Lunny Xiao
75b5be236a
Display config file path on admin panel ( #2030 )
8 years ago
iszla
826c606952
Keep sort when switching page ( #2013 )
8 years ago
Ethan Koenig
8fcda0442e
Fix search by issue type ( #1914 )
...
* Fix search by issue type
8 years ago
Ethan Koenig
57cabb3ad3
Fix diff of renamed and modified file ( #1967 )
8 years ago
Ethan Koenig
cbdd5f787c
Center-aligned login topbar ( #1880 )
...
* Center-aligned login topbar
* Center-align OpenID login
8 years ago
Antoine GIRARD
a97d6bf24b
Use production version of vuejs. ( #1869 )
8 years ago
Rémy Boulanouar
62f600cf1c
Display all organization from user settings ( #1739 )
...
* Display all organization from user settings
* fix Tab selection
* Update locale_en-US.ini
* Add a condition for display Create organization button
* Remove french translation
* Remove unnecessary admin flag
8 years ago
Ethan Koenig
5554165a0c
Fix pull request compare link ( #1832 )
...
* Fix pull request compare link
* Integration test
8 years ago
Sondre Nilsen
24859fe5b6
Fix FOUC on Firefox ( #1728 )
...
Firefox users will experience a flash of unstyled content on loading
various pages, this patch will fix this issue using Filament Groups
loadCSS library to asynchronously load the CSS responsible for the FOUC.
Will fix #1698 .
Signed-off-by: Sondre Nilsen <nilsen.sondre@gmail.com>
8 years ago
Jonas Östanbäck
b93568cce4
xxx_active_code_live setting in printed in hours and minutes instead … ( #1814 )
...
* xxx_active_code_live setting in printed in hours and minutes instead of just hours
* Update app.ini description of xxx_code_lives settings
8 years ago
Rémy Boulanouar
e0c6ab2d44
Add Gitea Webhook ( #1755 )
...
* Replace Gogs by Gitea
* Fix missing changes
* Create Gitea webhook and put Gogs webhook apart.
8 years ago
Ethan Koenig
bafd778c25
Fix invalid reference in feeds template ( #1820 )
...
* Fix invalid reference in feeds template
* Comment for GetActAvatar
* Add integration test
8 years ago
Patrick G
cc2071c3fd
Make side nav on dashboard stackable ( #1778 )
8 years ago
Andrey Nering
be5323a05f
Update HighlightJS and fix YAML files highlighting ( #1764 )
...
* Update HighlightJS to 9.11.0
* Fix YAML files highlighting
8 years ago
Rémy Boulanouar
25d6e2a660
Add button to admin ui ( #1738 )
...
* Add button to admin ui
* Update according to review
* Update locale_fr-FR.ini
* Rollback to locale french file
8 years ago
Lunny Xiao
fd6034aaf2
Add units to team ( #947 )
...
* add units to team
* fix lint
* finish team setting backend
* finished permission controll on routes
* fix import blank line
* add unit check on ssh/http pull and push and fix test failed
* fix fixtures data
* remove unused code
8 years ago
Andrey Nering
dc2b28ed76
Show repos acording to user/organization
8 years ago
Andrey Nering
c746875fcf
Remove colaborative repo panel
8 years ago
Patrick G
03d6bab643
Change two factor code entry box from text to number ( #1733 )
8 years ago
Jonas Östanbäck
e214728725
Add new text for reset password flash ( #1718 )
...
* Forgot password should use ResetPwdCodeLives, not ActiveCodeLives
* Improve documentation for different send mail functions related to password reset
* Improve documentation in conf/app.ini regarding xxx_CODE_LIVE_MINUTES settings
8 years ago
Jun Hsieh ♞
2cf80f4b18
Hide the create organization button (in dashboard/organization section) ( #1705 )
...
when the user has no such permission.
8 years ago
Lauris BH
524885dd65
LDAP user synchronization ( #1478 )
8 years ago
Andrey Nering
ab79069dc7
Improve dashboard repo search ( #1652 )
...
* Add VueJS
* Improve dashboard search
* Fix tab switching
* Fix input autofocus
8 years ago