Sasha Varlamov
e592111427
Add 'mark all read' option to notifications ( #3097 )
* Add 'mark all read' option to notifications
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Fix exported comment
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Format method comments
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Fix exported comment
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
Format method comments
Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
Tests for reactions (#3083 )
* Unit tests for reactions
* Fix import order
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
Fix reaction possition when there is attachments (#3099 )
Refactor notifications swap function
* Accept change to drop beforeupdate call
* Update purge notifications error message for consistency
* Drop unnecessary check for mark all as read button
* Remove debugging comment
7 years ago
Ethan Koenig
6a17ccbd81
Fix avatar URLs ( #3069 )
* Fix avatar URLs
* import order
7 years ago
silverwind
e4f0173f81
Remove box-shadow from UI, fix dashboard issue ( #3065 )
7 years ago
Ethan Koenig
479d7edb8e
Spaces to tabs in templates ( #2953 )
7 years ago
Michael Kuhn
aa6ef1a0ab
Disable add key button if SSH is disabled ( #2873 )
7 years ago
Shaun
13dd42331f
Fix inconsistencies in user settings ui ( #2901 )
7 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
7 years ago
Patrick G
c07f72e0c6
Fix tabs according to semantic-ui docs ( #2733 )
8 years ago
Lunny Xiao
27774a3cce
Merge password and 2fa page on user settings ( #2695 )
* merge password and 2fa page on user settings
8 years ago
Kazuki Sawada
da42ed30b6
hide navbar when only 1 sign-in method is available ( #2648 )
8 years ago
David Schneiderbauer
fab64e9241
Complete push webhooks ( #2530 )
* implemented missing 'delete' push webhooks
moreover created ActionDeleteBranch and ActionDeleteTag
* add CommitRepoAction tests for tag/branch creation/deletion
* fixed error where push webhook not called if is new branch or tag
removed unnecessary code
* moved prepare unit test environment into separate method to be used across unit tests
* add missing if clause in pushUpdate
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
8 years ago
Rémy Boulanouar
373a106cf1
Implementation of all repositories of a user from user->settings ( #1740 )
* Implementation of all repositories of a user from user->settings
* Update message when no repository found
* Update according to comments
* Change UI to have a better look
* improved user repositories UI
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
Michael Kuhn
0cdc01997d
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
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
Ethan Koenig
1a50678894
Fix counts on issues dashboard ( #2215 )
* Fix counts on issues dashboard
* setupSess -> setupSession
* Unit test
* Load repo owners for issues
8 years ago
Lauris BH
3098ebcda1
Refactor vue delimeters to use es6 template delimeters ( #2171 )
8 years ago
Jonas Franz
4ae5b416b7
Fix "Dashboard shows deleted comments" ( #1995 )
8 years ago
Patrick G
544e2f87ff
Fix wording ( #2024 )
* Fix wording
* Update locale_en-US.ini
* Update keys_gpg.tmpl
8 years ago
Ethan Koenig
68bec87358
Center-aligned login topbar ( #1880 )
* Center-aligned login topbar
* Center-align OpenID login
8 years ago
Rémy Boulanouar
ad4c4d2bfb
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
Jonas Östanbäck
dd3884fdea
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
Andrey Nering
8f19037ce2
Merge pull request #1750 from andreynering/dashboard-search-org-repos
More fixes for dashboard search
8 years ago
Ethan Koenig
ab3b136cce
Fix invalid reference in feeds template ( #1820 )
* Fix invalid reference in feeds template
* Comment for GetActAvatar
* Add integration test
8 years ago
Patrick G
d88b099e20
Make side nav on dashboard stackable ( #1778 )
8 years ago
Andrey Nering
916bc5d5ac
Remove colaborative repo panel
8 years ago
Patrick G
c10a21982b
Change two factor code entry box from text to number ( #1733 )
8 years ago
Jonas Östanbäck
28a7beb237
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 ♞
00602ad70c
Hide the create organization button (in dashboard/organization section) ( #1705 )
when the user has no such permission.
8 years ago
Andrey Nering
076eb24487
Improve dashboard repo search ( #1652 )
* Add VueJS
* Improve dashboard search
* Fix tab switching
* Fix input autofocus
8 years ago
Willem van Dreumel
71b6b77337
Additional OAuth2 providers ( #1010 )
* add google+
* sort signin oauth2 providers based on the name so order is always the same
* update auth tip for google+
* add gitlab provider
* add bitbucket provider (and some go fmt)
* add twitter provider
* add facebook provider
* add dropbox provider
* add openid connect provider incl. new format of tips section in "Add New Source"
* lower the amount of disk storage for each session to prevent issues while building cross platform (and disk overflow)
* imports according to goimport and code style
* make it possible to set custom urls to gitlab and github provider (only these could have a different host)
* split up oauth2 into multiple files
* small typo in comment
* fix indention
* fix indentation
* fix new line before external import
* fix layout of signin part
* update "broken" dependency
8 years ago
Antoine GIRARD
6eb2344051
Handle display of GPG key without end date ( #1628 )
8 years ago
Lunny Xiao
4be3754e68
fix #1521 ( #1621 )
8 years ago
Antoine GIRARD
69dd710f89
Rework SSH key management UI to add GPG ( #1293 )
* Rework SSH key management UI to add GPG
* Add more detail to gpg key display
* Update CHANGELOG.md
* Implement deletion UI
* Implement adding gpg UI
* Various fixes
- Fix duplicate entry in locale
- Re-generate hash before verification since they are consumed
* Add missing translation
* Split template
* Catch not found/verified email error
8 years ago
Jonas
f7cfb2ed49
Autofocus on 2fa passcode fields ( #1460 )
* Autofocus on 2fa passcode field
* Autofocus on 2fa scratch code field
8 years ago
Antoine GIRARD
8b865eb5c7
Simplify settings pages with item list ( #1389 )
* Remove point column on ssh key setting page
* Remove un-used css
* Some cleaning
* Use octicon-key
8 years ago
Jonas
8e36b0c66d
Changed text when password reset disabled. ( #1364 )
Fixes #1340
8 years ago
Sandro Santilli
666ac568ee
Reduce conditionals in signin/signup inner forms
by always using SignInLink and SignUpLink in the form action
8 years ago
Sandro Santilli
810604d929
Show user OpenID URIs in their profile ( #1314 )
8 years ago
Sandro Santilli
d650d98fee
Add captcha support to OpenID based signup
8 years ago
Sandro Santilli
113bfa8719
Use readonly input form to show the validated OpenID URI ( #1308 )
8 years ago
Sandro Santilli
f993d0acf4
Use font-awesome OpenID icon more ( #1320 )
8 years ago
Patrick G
0146f34bed
Fix inconsistency in layout ( #1316 )
8 years ago
Sandro Santilli
f8863080a2
Login via OpenID-2.0 ( #618 )
8 years ago
Patrick G
974f8f76ab
Cleaner ui for admin, repo settings, and user settings page ( #1269 ) ( #1270 )
8 years ago
Sandro Santilli
13cd70d7da
Rename /forget_password url to /forgot_password
Also renames `forgot_password` translation key to
`forgot_password_title` and `forget_password` to
`forgot_password`
Includes entry in CHANGELOG about the breaking change
(and some markdown fixes in there)
8 years ago