basti
a9480a09f1
Add time input to conribution form
...
After adding it as a separate field, I figured out that we should use
the same picker, because otherwise we'd have to keep the date in sync
depending on the time zone. Zones are too messy in that regard, and the
date is already normalized to UTC before creating the contribution
record.
closes #141
2019-07-31 13:20:39 +02:00
galfert
60ba019139
Fix HAL8000 URL
...
Wrong port number.
2019-07-26 19:02:41 +02:00
galfert
413bcddb1e
Wire up signup via Github
2019-07-26 03:38:18 +02:00
basti
c2273d1778
Merge pull request #144 from 67P/feature/validate_eth_addresses
...
Validate Ethereum addresses in input fields
2019-07-24 17:30:51 +02:00
basti
780afc9bc6
Fix wrong property name
2019-07-24 11:56:51 +02:00
basti
a8ae2b0156
Validate Ethereum addresses in input fields
2019-07-22 17:29:31 +02:00
basti
d6d2b1a61c
Add signup completion page
2019-07-21 17:03:50 +02:00
basti
4c70c0d233
Basic signup view
2019-07-21 16:04:00 +02:00
basti
725d36bed6
Add signup button for unknown users
2019-07-18 19:43:39 +02:00
basti
0a71d7ad91
Add signup route
2019-07-18 19:31:03 +02:00
basti
6a176b5904
Fix empty name in account info
...
When the user brings Ethereum accounts, but none of them is known as
contributor, instead of "Anonymous" it just shows nothing. This fixes
the if condition in the template to eliminate the faulty case.
2019-07-18 19:27:53 +02:00
basti
c7d046aa46
Move topbar account info to component, add tests
...
Adds a failing test for users with wallet, but no known contributor
account, where it currently shows no name at all.
2019-07-18 19:26:16 +02:00
basti
aa9c3648c0
1.6.0
v1.6.0
2019-07-17 17:41:49 +02:00
galfert
9c18593529
Merge pull request #140 from 67P/feature/contribution_details
...
Contribution details
2019-07-17 17:23:14 +02:00
basti
52fe7ff026
Remove commented CSS
2019-07-17 16:55:04 +02:00
basti
b02967c5ef
Basic contribution details
...
Adds a details pane for contribution records, similar to contributor
profiles.
Just the basic details for now. Can be extended with all kinds of
data, links, icons, etc. from here on.
2019-07-17 12:58:16 +02:00
basti
7236b2d2b3
Add basics for contribution details
...
Route, controller, links, selected property/styles, etc.
2019-07-16 15:35:35 +02:00
basti
fd1ae0a612
Merge pull request #139 from 67P/feature/update_ember
...
Update dependencies
2019-07-15 20:07:02 +02:00
basti
525a39479b
1.5.1
v1.5.1
2019-07-15 19:19:29 +02:00
galfert
612b76300c
Remove ember-cli-update dependency
...
All but one of the ~80 vulnerabilities reported by `npm audit` were from dependencies of `ember-cli-update`.
2019-07-15 19:17:56 +02:00
galfert
42fe01b349
Run codemods
2019-07-15 19:17:56 +02:00
galfert
80af572742
Run ember-cli-update --to 3.10.1
2019-07-15 19:17:56 +02:00
galfert
d7a0817ac6
Update ember-cli-update
2019-07-15 19:17:56 +02:00
basti
c65880972a
Merge pull request #138 from 67P/feature/use_ember_auto_import
...
Use ember-auto-import instead of ember-browserify
2019-07-15 18:54:55 +02:00
galfert
c94319e6a8
Use same fork of ndjson as ipfs-http-client does
2019-07-15 18:07:58 +02:00
galfert
f9dbd47922
Add ndjson dependency
...
Required for ipfs-http-client dependency
2019-07-15 17:50:30 +02:00
galfert
636ac30622
Use ember-auto-import instead of ember-browserify
2019-07-15 17:11:41 +02:00
galfert
791943bb95
Merge pull request #137 from 67P/feature/mark_selected_profile
...
Mark contributor in list as selected when opening details
2019-07-12 19:02:00 +02:00
basti
d9ae654f42
Mark contributor in list as selected when opening details
2019-07-12 16:02:32 +02:00
basti
8a156f964b
Remove obsolete CSS
2019-07-12 16:02:21 +02:00
basti
743a4cc3ac
Add release drafter config
...
Configures the Release Drafter app, which automatically adds draft
release notes with the titles of merged PRs.
https://github.com/organizations/67P/settings/installations/1265652
2019-07-12 12:04:29 +02:00
basti
5f1ec4887e
1.5.0
v1.5.0
2019-07-12 11:50:55 +02:00
bumi
fe16a605c1
Merge pull request #136 from 67P/dev/local_ipfs_gateway
...
Use local default IPFS gateway
2019-07-12 09:43:36 +00:00
basti
9cf743b02a
Merge pull request #135 from 67P/feature/contributor_profiles
...
Contributor profiles
2019-07-12 11:42:26 +02:00
basti
d7294d9d7f
Remove debug log
2019-07-12 11:39:18 +02:00
basti
d8a9886442
Use local default IPFS gateway
...
Same as for ipfs.kosmos.org, this turns document fetches into GET
requests, which will be cached.
2019-07-11 22:24:51 +02:00
basti
d83d671580
Add account links to contributor profiles
2019-07-11 15:33:17 +02:00
basti
0bbca079c5
Link site name to dashboard
...
Enables closing of details pane
2019-07-11 10:02:50 +02:00
basti
8bd7a77d44
Only use 3-pane layout when profile selected
...
Later it can be used for contribution details and other things, too.
2019-07-11 09:59:03 +02:00
basti
a73a4da575
Redirect index to dashboard
2019-07-11 09:43:24 +02:00
basti
8cc1b02d19
WIP Details pane + contributor profiles
...
Adds a 3-pane layout option for showing details, as well as a dashboard
sub-route for showing contributor details in the new details pane.
2019-07-11 09:35:01 +02:00
basti
6b49ca26c0
Add link title for contributions
...
Enables a user to read the whole title in case it's cut off
2019-07-10 15:00:44 +02:00
basti
ffe555e2ee
Cut off long contribution titles with an ellipsis
...
Prevents line breaks of titles
2019-07-10 14:48:18 +02:00
basti
aa98b35796
1.4.0
v1.4.0
2019-07-10 12:31:45 +02:00
galfert
b2bbbfd010
Merge pull request #134 from 67P/feature/quick_filter
...
Add quick filters
2019-07-08 15:52:06 +02:00
basti
edd7ffd3c5
Add quick filter for contribution kind
2019-07-06 16:16:28 +02:00
basti
abb7d95804
Add quick filters
2019-07-06 15:49:29 +02:00
basti
0e0b1afe3a
WIP: add quick filter buttons
2019-07-05 22:01:51 +02:00
basti
29a6d79d38
Merge pull request #132 from 67P/feature/ipfs_gateway
...
Use new IPFS gateway for document fetches
2019-07-02 18:46:10 +02:00
basti
07c579850e
1.3.0
v1.3.0
2019-07-02 17:32:25 +02:00