Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/wger-project/wger

Self hosted FLOSS fitness/workout, nutrition and weight tracker
https://github.com/wger-project/wger

remove pre_save and add perform_create and update methods to weight app

4fbeda1a0db5a95d7ddbfaa40e813cbe0ef7a961 authored over 9 years ago by Laszlo Ratsko <[email protected]>
add nutrition serializers and querysets

fb881eafb3178552f6765a9700f11b481b64f86f authored over 9 years ago by Laszlo Ratsko <[email protected]>
add serializers, querysets and use perform methods instead of pre_save

4d97d69ba44ae87ab9459dc15a06051f4444cf13 authored over 9 years ago by Laszlo Ratsko <[email protected]>
add serializers and queryset to exercises app

aa611146d74087c165aa2c69fb756c424172f877 authored over 9 years ago by Laszlo Ratsko <[email protected]>
add queryset and serializer_class to core api views

d04a1601d6cb285548d042bb25cc2ebbb608f773 authored over 9 years ago by Laszlo Ratsko <[email protected]>
add base_name for every api view

408402cc6f8814d0789564c24e880263cbddc2b7 authored over 9 years ago by Laszlo Ratsko <[email protected]>
Update bootstrap to version 3.3.5

e3969508e61bdaad2789276bf3490049c303e561 authored over 9 years ago by Roland Geider <[email protected]>
use detail_route instead of deprecated link decorator

a8f2c4652d0527fa87413031035e554cf139163c authored over 9 years ago by Laszlo Ratsko <[email protected]>
change drf requirement to 3.1.3

8e8ca0fcaff91096d7f380df878681d2c24fdfbc authored over 9 years ago by Laszlo Ratsko <[email protected]>
Expose saved weight in canonical form via REST API

fc569a48bfdf27c7fe4cf5ba66b21edcd01d627c authored over 9 years ago by Roland Geider <[email protected]>
Use saved weight in timer view

The save weight is now also shown in the canonical representation of a workout
or a training day

68bab94042b12de2586f111bc81b63f8cc2e8d3e authored over 9 years ago by Roland Geider <[email protected]>
Fix bad typo in URL method name

3a8e1884f406086fd8b78915b597e8e1f4f7e94e authored over 9 years ago by Roland Geider <[email protected]>
Fix bad typo in URL method name

8ca798bccf345b559b24caa36e8d51824f437b46 authored over 9 years ago by Roland Geider <[email protected]>
Don't use a string as a dictionary key

b2cf08ba36a7540f5950267d2b832397578ff444 authored over 9 years ago by Roland Geider <[email protected]>
Check for duplicate weight entries on import

968c2a8808ebacb30e3f8971d78bf4e62fd96041 authored over 9 years ago by Yuyu Aung <[email protected]>
Put repetitions in a paragraph

This is necessary if the set has planed weight, as in this case the textual
representation of th...

dac17882788b2051c11745beae3745c163eba9d2 authored over 9 years ago by Roland Geider <[email protected]>
Add planed weight to textual repetition output

25dcb5c3daf62cd50bf58ce9c9cbcc96d7eadfeb authored over 9 years ago by Roland Geider <[email protected]>
Change field type of planed weight to decimal

An Integer does not make much sense. Also the validator were updated to allow
for more realistic...

7fb7c78ec599893c9a4ab5655f90b444282fa547 authored over 9 years ago by Roland Geider <[email protected]>
Add brushing (zooming) option to weight chart

63503aa529e1681ab695505d196ee17a6224b00d authored over 9 years ago by Roland Geider <[email protected]>
Update metricsgraphics to 2.5

2826b47230755d4cc9008f6ac442e4812639b330 authored over 9 years ago by Roland Geider <[email protected]>
Allow sorting by weight in REST API

b46bb2795b4805bb6b88f08c7a63d7ddedd83a6f authored over 9 years ago by Roland Geider <[email protected]>
Mention weight entry generator in developer docs

d8ac65d4befd6bba1828d42019796ccdfc2b5ae2 authored over 9 years ago by Roland Geider <[email protected]>
Fix typo in generator description

d8c5b19399d1300d2169ee6b4231e67dbce15dc7 authored over 9 years ago by Roland Geider <[email protected]>
Update changelog

060373586cc53ab462b494778244d59abfe547fd authored over 9 years ago by Roland Geider <[email protected]>
Merge pull request #152 from rlaszlo/master

Add dummy weight entry generator

67dbaf1224041ebed88819b10126d47c7c8c55d6 authored over 9 years ago by Roland Geider <[email protected]>
dummy weight entry generator

46970b0e85e4dd80ab0ee7244f13697c22ddcc99 authored over 9 years ago by Laszlo Ratsko <[email protected]>
Remove migration file, was commited by mistake

e78cadafc0864ca5610493d0bf9a799ef2c19ddb authored over 9 years ago by Roland Geider <[email protected]>
Add weight field setting table

e0feb287a6347a1d103839c9d4a7b32a99de9eca authored over 9 years ago by Roland Geider <[email protected]>
Fix pep8 errors in schedule test

94be6c1040a5bf55d1111e92e8f3305859f19d6e authored over 9 years ago by Roland Geider <[email protected]>
Update changelog

6f95c97e40d149e0fd86207f3f66b5dc2b18196f authored over 9 years ago by Roland Geider <[email protected]>
Merge branch 'rlaszlo-master'

54008a0b31fb24a5a9fbdd6cb442d990eac9132a authored over 9 years ago by Roland Geider <[email protected]>
Merge branch 'master' of https://github.com/rlaszlo/wger into rlaszlo-master

Conflicts:
AUTHORS.rst

2aa7e3ea335b492044ce3411387b3d5bb13b0302 authored over 9 years ago by Roland Geider <[email protected]>
Change AUTHORS

cf5efb19115efa6d671e6a9e9331c50dcb1ccfc9 authored over 9 years ago by Laszlo Ratsko <[email protected]>
Change Schedule tests to check logged in and read only access too

87681f3e1b7cbb5ba0bb954632856725863be669 authored over 9 years ago by Laszlo Ratsko <[email protected]>
Add show_shariff flag to show share buttons

c53e066e724823e89d7185361a54ca317b182f6f authored over 9 years ago by Laszlo Ratsko <[email protected]>
Use context for translations

The word "change" is already translated, but as an action verb. Here it is
a noun.

050b332eb3a98b34b19282f2c4d966dfddb434b3 authored over 9 years ago by Roland Geider <[email protected]>
Update changelog

f9a2cb4f1d52a1c5993e585c08f8797ace299d70 authored over 9 years ago by Roland Geider <[email protected]>
Merge pull request #147 from max111/master

Adds latest weight details to overview

5f22108bda76609a414b1e031a04102a1a1c3641 authored over 9 years ago by Roland Geider <[email protected]>
Allow read only access for schedules

Removed the login_required decorator from the schedule view
and check for the read only access s...

fec33ccdb7ad6bfe49eb4bb56fc543558a034595 authored over 9 years ago by Laszlo Ratsko <[email protected]>
Fixes the errors in weight/views

8a71ecd7d6aadb8cecd2007bb7880f8ee15324f7 authored over 9 years ago by Yuyu Aung <[email protected]>
Adds weight details to overview

dfc4824e6a6ae6f7a12c50eeffd1d3b8a4f5aa04 authored over 9 years ago by Yuyu Aung <[email protected]>
Adds weight details fixes to overview

6d2d185ad2fba967c0500dd70009535b718af303 authored over 9 years ago by Yuyu Aung <[email protected]>
Adds latest weight details to overview

05f2792cf4769294f884d831be0f8eca76423c46 authored over 9 years ago by Yuyu Aung <[email protected]>
Renane creation_date to date in weight app

The old name was misleading, since the date saved there was not the date when
the entry was crea...

f28036780a33f2193664f9daa8b94a607bdec144 authored over 9 years ago by Roland Geider <[email protected]>
Mention editing settings.py when moving sqlite files

143d9d8c923f8d721b61afc75c7940088eb393d6 authored over 9 years ago by Roland Geider <[email protected]>
Show username of submitted pending exercises

Fixes #113

1da04b6f54df26b870515189fe791563f6edfe3f authored over 9 years ago by Roland Geider <[email protected]>
Update D3 to 3.5.5

96e97a312fd26ffa44135f47848a2ee1be550d98 authored over 9 years ago by Roland Geider <[email protected]>
Remove symlink to d3.js file

This was sometimes making problems

e7cebba746fe62c6c5b6ca375e9573865d14120f authored over 9 years ago by Roland Geider <[email protected]>
Fix further occurences of weight overview URL

9bc395f19170b2ab60a1a441be17c7f57615129d authored over 9 years ago by Roland Geider <[email protected]>
Fix rendering of workouts in mobile

The editable variable was not being used correctly

d4c637f59c3000a5255ecdae141288e43b495c45 authored over 9 years ago by Roland Geider <[email protected]>
Allow API to filter exercises by UUID

a55db64cc0f735a97ab4c8a1663eb50fd86fa647 authored over 9 years ago by Roland Geider <[email protected]>
Update to MetricsGraphics 2.4

4e3ab59a02cc148d79ccb01a0fd606a1e43e1da1 authored over 9 years ago by Roland Geider <[email protected]>
Always use overview URL with username

This ensures that if a user shares the weight overview page there is always
the correct username...

e744beb347a7bd839d5848cd1c5c1f64160907a9 authored over 9 years ago by Roland Geider <[email protected]>
Allow users to submit corrections for exercises

4d0a78ef6922f7fe1f26f3dd5f8709e85fd9b01a authored almost 10 years ago by Roland Geider <[email protected]>
Merge branch 'master' of github.com:rolandgeider/wger

Conflicts:
docs/commands.rst
wger/software/templates/changelog.html

28adf02825ba91ccf51a48ef35ad722d40bd0810 authored almost 10 years ago by Roland Geider <[email protected]>
Redirect to correct detail calendar page

223e7bcdf0b40839fa796508859b13808b9cbb7b authored almost 10 years ago by Roland Geider <[email protected]>
Add validators to weight reminder value

951a6c351798e6e7bce751c7c13fd124b0374e81 authored almost 10 years ago by Roland Geider <[email protected]>
Update exercise fixtures

This includes the 'official' exercise UUIDs from wger.de

fff7961da1b5ec9f87cfb89ea34860c5de1e2a38 authored almost 10 years ago by Roland Geider <[email protected]>
Fix typo

3ce0b67fed96739fd375292fd115de56e3bb445d authored almost 10 years ago by Roland Geider <[email protected]>
Add UUID field to exercises

This allows to uniquely identify exercises across installations, e.g. to sync
the images or simi...

d2c7bbc4b2591af2d7a10e4eb09452a46ee46198 authored almost 10 years ago by Roland Geider <[email protected]>
Add custom CSS styles for Metrics Graphics

81d4152bd23221821dae92eec9d988b2ec4c372b authored almost 10 years ago by Roland Geider <[email protected]>
Don't load weight.js, file was removed

26c78567cf1d44ab5112131cafe4245379e5651c authored almost 10 years ago by Roland Geider <[email protected]>
Try replacing raw d3 with metrics graphics

2304d74946b71b8e9f37d279533695008e9d0501 authored almost 10 years ago by Roland Geider <[email protected]>
Small reworking of weight reminder emails

61fc1cd4e81565ba64feb846ae4b6b4c7959ddf6 authored almost 10 years ago by Roland Geider <[email protected]>
Use HTTPS links in email reminders

a790ee7a9238b68ef9b27f00f4afdcd79b912666 authored almost 10 years ago by Roland Geider <[email protected]>
Mention calendar day view in changelog

64e478716e713ac5c4cf83e7678d680031d5fee3 authored almost 10 years ago by Roland Geider <[email protected]>
Mention dummy generator in changelog

66841994902280a927a502757fa927b054d7f436 authored almost 10 years ago by Roland Geider <[email protected]>
Rename email template, it's not HTML

0fbe5675205b74436b8ad240edf0890732ca840b authored almost 10 years ago by Roland Geider <[email protected]>
Rename email template, it's not HTML

4815c7af6612c56fc64c9df0700cb4de56b1324c authored almost 10 years ago by Roland Geider <[email protected]>
Fix help text for weight reminder command

e57fe2a88a067b205c73fd7a613b2a30244a3b11 authored almost 10 years ago by Roland Geider <[email protected]>
Document weight reminder command

2f3fd8782c73ff44c0484dead9f8f660e8b7ebb5 authored almost 10 years ago by Roland Geider <[email protected]>
Bump tested django version

f94722cb9ff0753b661907e29fd3e97924a1decc authored almost 10 years ago by Roland Geider <[email protected]>
Fix typo

c3ba871fb4de9a934886d24dd424113d3f14144e authored almost 10 years ago by Roland Geider <[email protected]>
Specify fields used

The old behaviour of using all fields by default is deprecated

b7a1887e2eef7a0e1e7629cf0047d9f3347bea1d authored almost 10 years ago by Roland Geider <[email protected]>
Simplify plan description output in overview

eddc21a2d8dd8a25ec0c077e088d02d4d19382aa authored almost 10 years ago by Roland Geider <[email protected]>
Update to shariff 1.7.3

80b95043fc8e12a4f910855d75ab4a54c76206cf authored almost 10 years ago by Roland Geider <[email protected]>
Re-add log generation

This was overwritten in a previous commit

a1407b738e9d7e474702431616449dfa004f48ca authored almost 10 years ago by Roland Geider <[email protected]>
Generate gyms in bulk, this is more efficient

da20d7a5011f91e039d7bb2851cce800e8b3a067 authored almost 10 years ago by Roland Geider <[email protected]>
Correctly select name file from user input

4b7c77c3167a677b8517c7bd6e207585a52082ce authored almost 10 years ago by Roland Geider <[email protected]>
Implement workout session generation

46bd1cb5fcdbf582988722024406f025d5dca9e0 authored almost 10 years ago by Roland Geider <[email protected]>
Allow generation of workout logs

0e1d33129d546cf3b6f8c0f1a11da80bb74bb7fe authored almost 10 years ago by Roland Geider <[email protected]>
Add documentation about generation script

214f93ed66c7147a27bd10207088cb478b4ac165 authored almost 10 years ago by Roland Geider <[email protected]>
Implement workout generation

6a2c2e048d82827438f4b69f99d840e54c7435cc authored almost 10 years ago by Roland Geider <[email protected]>
Add gym name generator

aa3bff20cc8d5d5affb2377e609ac57c7ebabf51 authored almost 10 years ago by Roland Geider <[email protected]>
Parser refactoring to allow for diffrerent 'modes'

6292ba2dabe486c8734b14eb4826251bebdbad75 authored almost 10 years ago by Roland Geider <[email protected]>
Reduce probability of username collisions

7a9f109c1ec7d9999ad46bc23840079bfb62ac1c authored almost 10 years ago by Roland Geider <[email protected]>
Add name lists for Spain

9175beb4928276136cb2227757b5f5abc58642ac authored almost 10 years ago by Roland Geider <[email protected]>
Start working on a dummy data generator

cd23920947f5cc6a6b9b91e5b4ff89e6a3cc7d58 authored almost 10 years ago by Roland Geider <[email protected]>
Pass values for weight reminder, was missing

a8f7a3542553b153a5e94171034bb22fa654365d authored almost 10 years ago by Roland Geider <[email protected]>
Fix pep8 formatting errors

c523f7cd9af9b4c1406a97aea70a663737c636b0 authored almost 10 years ago by Roland Geider <[email protected]>
Merge branch 'calendar_day'

9eccdbe9a79ee301d6479860cefdaea6bc64a15c authored almost 10 years ago by Roland Geider <[email protected]>
Make mail weight reminders more prominent

0572097f676450cb94d84724e321a4b421f978d9 authored almost 10 years ago by Roland Geider <[email protected]>
Don't use frozenset to calculate the cache key

25a17e8871b2c6c8d4e38ab4e3531fa658662dc9 authored almost 10 years ago by Roland Geider <[email protected]>
Don't use a string as dictionary key

Instead use a list, the way the Spaghetti Monster intended

2019f69179da385c8d436362157234c97fcc9e9f authored almost 10 years ago by Roland Geider <[email protected]>
Refactor group_log_entries helper

If there are workout sessions without any associated logs, this now still
adds them to the list ...

0822c18e67d6fd71b68975efa969975335431244 authored almost 10 years ago by Roland Geider <[email protected]>
Remove uid and token from calendar, not used

a8786623a1b12a2e38259b4cf3430388ed804f5e authored almost 10 years ago by Roland Geider <[email protected]>
Move WorkoutCalendar from views to helper file

e41983a9fd0757007ac7861e5bf27e60e4893f0a authored almost 10 years ago by Roland Geider <[email protected]>
Remove 'workout_log' cache

The workout calendar now also uses the data produced by group_log_entries,
which was very simila...

2438ad7d6214eccedb64ab0ea3eff76deda09928 authored almost 10 years ago by Roland Geider <[email protected]>
Correctly set external access for test users

518d4b84deb268db47ad04d96fb9c0172d7f21b8 authored almost 10 years ago by Roland Geider <[email protected]>
Merge branch 'master' of github.com:rolandgeider/wger

86d8edd726d7030ea420149e6b25beb1af851a15 authored almost 10 years ago by Roland Geider <[email protected]>