Ecosyste.ms: OpenCollective

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

wger

Self hosted FLOSS fitness/workout and weight tracker
Collective - Host: opensource - https://opencollective.com/wger - Code: https://github.com/wger-project

Correctly set external access for test users

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

github.com/wger-project/wger - 86d8edd726d7030ea420149e6b25beb1af851a15 authored almost 10 years ago by Roland Geider <[email protected]>
Change default of weight reminder setting

github.com/wger-project/wger - c193713ec42db093853cf8f52eb25020a9943a2b authored almost 10 years ago by Roland Geider <[email protected]>
Merge pull request #136 from marchiore/master

Issue #115 - Reminders to enter weight

github.com/wger-project/wger - f3f502054938bd189fd7d7d465556d27f3278f50 authored almost 10 years ago by Roland Geider <[email protected]>
Issue #115 - Reminders to enter weight

Created a management command to send a e-mail to remind the user to update the weight information.

github.com/wger-project/wger - c0cf479a38dda976cefb8fcdc9e7d099c7292073 authored almost 10 years ago by matheus <[email protected]>
Fix configuration file

Turns out, python 2 throws an exception if there are spaces in front of the
option names.

github.com/wger-project/wger - 7e535596f9df777d2803eaf016db65b444bb592d authored almost 10 years ago by Roland Geider <[email protected]>
Issue #115 - Reminders to enter weight

Created a management command to send a e-mail to remind the user to update the weight information.

github.com/wger-project/wger - c6093c5275536d9ac0c264da2844cd5412512fc4 authored almost 10 years ago by matheus <[email protected]>
Fix HTML validation problems

github.com/wger-project/wger - bb8fe366609fc3838ce86559bce2011b76bd94dd authored almost 10 years ago by Roland Geider <[email protected]>
Remove unneeded nested for loop

This was placed by accident and is not needed

github.com/wger-project/wger - 4bc6d97253a0544782e3e9eda45257a3e4a51507 authored almost 10 years ago by Roland Geider <[email protected]>
Test for presence of 'workout_log' cache, still used

github.com/wger-project/wger - bbfde32b734ac1b1bcae3c07217a8cbf5fbc69c1 authored almost 10 years ago by Roland Geider <[email protected]>
Refactor the cache used for the calendar

The different template caches have all been removed, only the log grouping
helper caches data, w...

github.com/wger-project/wger - 805b7cd3810cb7c4b7a8bc22ce04119ab34dd4be authored almost 10 years ago by Roland Geider <[email protected]>
Fix pep8 errors

Also, move the settings for the pep8 checks from the command line to a
configuration file, which...

github.com/wger-project/wger - 3189927f884c5c5523b39d79e35b3fe5bdb5e15f authored almost 10 years ago by Roland Geider <[email protected]>
Refactor calendar template code

The output of process_log_entries was not suited for calendar templates,
this was replaced by a ...

github.com/wger-project/wger - b027df603472f59bd65fee7bd8e0019775c70291 authored almost 10 years ago by Roland Geider <[email protected]>
Add breadcrumb navigation to calendar day view

github.com/wger-project/wger - 9331f669e87ceba6c033cfd7d3c17a8813701b3d authored almost 10 years ago by Roland Geider <[email protected]>
Move calendar templates to own folder

github.com/wger-project/wger - fdcbad67ec919c7669f0061441fd40af5b94874c authored almost 10 years ago by Roland Geider <[email protected]>
Fix typo

github.com/wger-project/wger - d8f9895d72e0594d6f9701eeba21e0a704490cf7 authored almost 10 years ago by Roland Geider <[email protected]>
Small line length reformating

github.com/wger-project/wger - 24fe97afaa2c30ee7a30de87cf4e716da5a32620 authored almost 10 years ago by Roland Geider <[email protected]>
Add section about useful development settings

github.com/wger-project/wger - 9fc5e625e35ffccc7f619510a0ebce66e763dd43 authored almost 10 years ago by Roland Geider <[email protected]>
Add link to readthedocs documentation

github.com/wger-project/wger - 4cafc64ebbb2c27a22fc41fd9452d7b2d733fcba authored almost 10 years ago by Roland Geider <[email protected]>
Improvements to documentation

Move files in the index to their own TOC. This also enables in the individual
chapters the 'next...

github.com/wger-project/wger - 3ea2489ada4b1cd5bc9f076a6286fd87fc059712 authored almost 10 years ago by Roland Geider <[email protected]>
Correctly check results for RelatedMany2ManyManager

github.com/wger-project/wger - 213f35be1fee16b15131134cd19bdba41f51820e authored almost 10 years ago by Roland Geider <[email protected]>
Correctly check results for RelatedMany2ManyManager

github.com/wger-project/wger - c2e8ebddaf652d70ac30df0c980bb863f30be05e authored almost 10 years ago by Roland Geider <[email protected]>
Fix HTML code, link was not closed

github.com/wger-project/wger - c9285beaf6c8861d65b5cd80aff000a59866db82 authored almost 10 years ago by Roland Geider <[email protected]>
Start working on a calendar day view

See #103

github.com/wger-project/wger - 26a1532f6a7e861edf048b10787ed4e81773ad21 authored almost 10 years ago by Roland Geider <[email protected]>
Mention fixed issue from last commit

github.com/wger-project/wger - beffddfee1c6ffadf9b4f07b20075689287e6f7d authored almost 10 years ago by Roland Geider <[email protected]>
Add ordering information to m2m set data

Exercises that are added as a super set where not properly sorted, as the
intermediate many to m...

github.com/wger-project/wger - e39829869a96ffc3c32c53cfc35a512262c67939 authored almost 10 years ago by Roland Geider <[email protected]>
Update README file in locale folder

This is now covered in the docs folder, no need to duplicate this

github.com/wger-project/wger - 07ef874b26845b12ea934889738da962f9a306da authored almost 10 years ago by Roland Geider <[email protected]>
Document in more detail the i18n process

It was not clear why the JSON files were needed or how they were generated.

github.com/wger-project/wger - 613d2384f3bd7755a2b773798b815ffba63392d7 authored almost 10 years ago by Roland Geider <[email protected]>
Remove unused imports and pep8 errors

github.com/wger-project/wger - fb558b1d230167fee20abe73fa82c5213761cf1f authored almost 10 years ago by Roland Geider <[email protected]>
Add Greek translation

github.com/wger-project/wger - 049c0fb58d056ae8b4439dd4b24edbd04e4a17de authored almost 10 years ago by Roland Geider <[email protected]>
Fix registration test by setting WGER_SETTINGS

github.com/wger-project/wger - 38313e94bcfaacfdb3d6f9ad94b4154c7df63bbc authored almost 10 years ago by Roland Geider <[email protected]>
Add 'sphinx' as a requirement

github.com/wger-project/wger - 5fbbe1c1f70c3e72bce9d206fecfbf2b212d39c0 authored almost 10 years ago by Roland Geider <[email protected]>
Fix typo

github.com/wger-project/wger - 723d1cc151097bd7402f5226affdceb4bae3b7fa authored almost 10 years ago by Roland Geider <[email protected]>
Reduce size of generated HTML

This uses a slightly modified 'spaceless' tag since we can't use GZip
compression due to BREACH....

github.com/wger-project/wger - c073666835d6d752ba5e7709b15b1eda4e0c7be9 authored almost 10 years ago by Roland Geider <[email protected]>
Fix typo

github.com/wger-project/wger - c3b576ed0d8ec5123f20a5d592e1ae7c59600479 authored almost 10 years ago by Roland Geider <[email protected]>
Reduce size of generated HTML

This uses a slightly modified 'spaceless' tag since we can't use GZip
compression due to BREACH....

github.com/wger-project/wger - 99b687a4a80e7903186aa9116ce0d891e7dbc808 authored almost 10 years ago by Roland Geider <[email protected]>
Mention documentation improvement in changelog

github.com/wger-project/wger - 1c6834dc84ce8c8497c10a8d591b35948242b993 authored almost 10 years ago by Roland Geider <[email protected]>
Add first draft of sphinx documentation

Fixes #114

github.com/wger-project/wger - e7fb7d0d31fa5de1e1af5be71a7d9d1c19d51371 authored almost 10 years ago by Roland Geider <[email protected]>
Skip reminders if number of weeks is 0

github.com/wger-project/wger - ba7d53652294810c3d432122b0ecbdab1a55aabb authored almost 10 years ago by Roland Geider <[email protected]>
Change location of default settings in WSGI

github.com/wger-project/wger - 40905893c296e2c812539079925adfd25e39d44f authored almost 10 years ago by Roland Geider <[email protected]>
Update travis tests to django 1.7.4

github.com/wger-project/wger - e3908c98d4186393c1c80855beefd913d8536be6 authored almost 10 years ago by Roland Geider <[email protected]>
Fix tested filesize for generated PDFs

github.com/wger-project/wger - 9802670932706a18610c93fa8ab8582eb9946992 authored almost 10 years ago by Roland Geider <[email protected]>
Update OpenSans fonts

These font files include glyphs for cyrillic and Greek characters.

github.com/wger-project/wger - 97a70915f94da8729ab09d89e7968d5d56fa133c authored almost 10 years ago by Roland Geider <[email protected]>
Fix docstring in test

github.com/wger-project/wger - 51278e4abcc7157a274b95ab213a1e52ab3ca40c authored almost 10 years ago by Roland Geider <[email protected]>
Use __name__ to get the current logger

github.com/wger-project/wger - b0fc66695956b7528145a4a17604e8932f529200 authored almost 10 years ago by Roland Geider <[email protected]>
Expose exercise images to opengraph

github.com/wger-project/wger - c82bd1e5e3294b2d10314be14870fb8e8ec32a7d authored almost 10 years ago by Roland Geider <[email protected]>
Set opengraph properties for better sharing

github.com/wger-project/wger - 72838bcc86bbe137258e3a08e7561ceb733ff974 authored almost 10 years ago by Roland Geider <[email protected]>
Fix unicode error for PDF generation

github.com/wger-project/wger - 8ad55911fefcd1363e38b43df065f14520e1e263 authored almost 10 years ago by Roland Geider <[email protected]>
Add tests for registration form configuration

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

Conflicts:
wger/settings_global.py

github.com/wger-project/wger - 8b273abf9a3b48beedda800e84e7270dc6d6eea8 authored almost 10 years ago by Roland Geider <[email protected]>
Merge pull request #122 from marchiore/master

Issue #117 - Make captcha usage configurable

github.com/wger-project/wger - 82601f7939b0f64e2d55f90be2229129a349d187 authored almost 10 years ago by Roland Geider <[email protected]>
Issue #117 - Make captcha usage configurable

github.com/wger-project/wger - 63a0aa80b92004945900342cb6743d470aa15a4e authored almost 10 years ago by matheus <[email protected]>
Issue #117 - Make captcha usage configurable

github.com/wger-project/wger - c36d6f3212728365802de29b7828df4b0f149e68 authored almost 10 years ago by matheus <[email protected]>
Issue #117 - Make captcha usage configurable

github.com/wger-project/wger - 2f7220751fdfc14198bc98aa6da00de0ce21fdd0 authored almost 10 years ago by matheus <[email protected]>
Issue #117 - Make captcha usage configurable

github.com/wger-project/wger - 5ae572ebef65ff11d208a905a3eb7242870f6ea4 authored almost 10 years ago by matheus <[email protected]>
Move template tags to core application

github.com/wger-project/wger - 7088ebc96d5dd0e93355311e1f43a4c244cbcf71 authored almost 10 years ago by Roland Geider <[email protected]>
Ignore favicon.ico if it causes a 404

github.com/wger-project/wger - c6f86837695241d792e247c46a933260f62bb201 authored almost 10 years ago by Roland Geider <[email protected]>
Fix argument list of render_day tag

github.com/wger-project/wger - a039e9f1e23e69201aff5818463bea349b87c85e authored almost 10 years ago by Roland Geider <[email protected]>
Merge branch 'feature/ro-access'

Conflicts:
wger/core/templates/mobile/navigation.html
wger/core/templates/navigation.html
wge...

github.com/wger-project/wger - ffabd2718ec295738240c9912cda9b7da1a29c25 authored almost 10 years ago by Roland Geider <[email protected]>
Update changelog

github.com/wger-project/wger - e56c9c6bfa375cc9e199fbbbfca8036b67c41adb authored almost 10 years ago by Roland Geider <[email protected]>
Cleanup models parameters

Integer fields ignore the max_lengths

github.com/wger-project/wger - cef2177a07213851feeb4b83076c64d8e98c9fa7 authored almost 10 years ago by Roland Geider <[email protected]>
Simplify the toggle_comments function

github.com/wger-project/wger - 931c98b44169a9449b765776a54e61af462c2c44 authored almost 10 years ago by Roland Geider <[email protected]>
Make user activate external access before sharing

github.com/wger-project/wger - d4705f54ed5a11edf98eb205eda7cda41b5759c2 authored almost 10 years ago by Roland Geider <[email protected]>
Move shariff modal dialog to fragment file

github.com/wger-project/wger - 8812b823be27381942fc0d0c84bc1da75f0a3c36 authored almost 10 years ago by Roland Geider <[email protected]>
Remove south rests from requirements and code

github.com/wger-project/wger - 0d817c4f28bb77b1a20a7782f954019297f130e9 authored almost 10 years ago by Roland Geider <[email protected]>
Show share button only where appropriate

At the moment the button is only rendered in "detail pages" such as a specific
workout or nutrit...

github.com/wger-project/wger - d96773051599c6948fd454f36cb5ffde246fdbe9 authored almost 10 years ago by Roland Geider <[email protected]>
Pass correct url parameters in mobile calendar

github.com/wger-project/wger - aafc0c6c4dd70c87c0e5ec939865b1779305d331 authored almost 10 years ago by Roland Geider <[email protected]>
Allow sharing current page

First attempt at integrating a 'share this' button. Using shariff to increase
the user's privacy.

github.com/wger-project/wger - 4c8970407b7ddb653d7c3a50ad1d4e07d136beeb authored almost 10 years ago by Roland Geider <[email protected]>
Test latest django version on travis

github.com/wger-project/wger - f66ad7c28196003c527e14970037829da4a84054 authored almost 10 years ago by Roland Geider <[email protected]>
Fix formatting in REST API documentation

github.com/wger-project/wger - 8c66881c84f19624d3218b3911a761b98f1ac1ae authored almost 10 years ago by Roland Geider <[email protected]>
Rename header in calendar page

github.com/wger-project/wger - f5b0a68ca4701d9773a61a22d3dae41cb8ae05ee authored almost 10 years ago by Roland Geider <[email protected]>
Mark link in API documentation more discoverable

github.com/wger-project/wger - f0673897430ee9cf563fd05636b844a2e4381c66 authored almost 10 years ago by Roland Geider <[email protected]>
Test check_access with usernames, not UIDs

github.com/wger-project/wger - 82f0c112277f4398c0a444f4038e0fd59c67fdae authored almost 10 years ago by Roland Geider <[email protected]>
Fix potential encoding problem

While generated URLs do not contain non-ascii characters, users can potentially
enter them.

github.com/wger-project/wger - 681d8b0fcce9a18824c3be40457b5b7e6fc99361 authored almost 10 years ago by Roland Geider <[email protected]>
Remove UID from context, not needed anymore

github.com/wger-project/wger - 703c856f9ba2e25f5ee30a498e072bc9f1c1de07 authored almost 10 years ago by Roland Geider <[email protected]>
Update to D3 3.5.3

github.com/wger-project/wger - 32f80472712365ca1ce02b4ce80ec854cb11eb99 authored almost 10 years ago by Roland Geider <[email protected]>
Bump tested django version to 1.7.2

github.com/wger-project/wger - 375cc4f019d99f54a10f70d81fc97c5d0b6ba814 authored almost 10 years ago by Roland Geider <[email protected]>
Show correct nutritrion plan on user overview

github.com/wger-project/wger - 2f9e09d5b1392f4ba48162ea95d2410ee3b26977 authored almost 10 years ago by Roland Geider <[email protected]>
Refactor check_access

It now raises Http404 in case of an error (i.e. no anonymous access allowed)

github.com/wger-project/wger - 40eb2bd580bcf45972865bcf444c4cf729af2c18 authored about 10 years ago by Roland Geider <[email protected]>
Allow anonymous access to (body) weight graph

github.com/wger-project/wger - e5ad72dc014d475feba93ed41afd05f8073f7e12 authored about 10 years ago by Roland Geider <[email protected]>
Use the username instead of a UID

This is more user friendly and in the end provides the same level of security.

github.com/wger-project/wger - f69d8c7fb485771084508112831e0673d16e2f64 authored about 10 years ago by Roland Geider <[email protected]>
Simplify process_response

github.com/wger-project/wger - f741355b294467a6784f65b5167a4f0e073c7a54 authored about 10 years ago by Roland Geider <[email protected]>
Use custom headers for AJAX forms and redirects

The way it was done before was to load the whole redirected page, then read
from a DIV in the pa...

github.com/wger-project/wger - 74d1944836bfbaadece9f5cddbd2dcd65d4abdd4 authored about 10 years ago by Roland Geider <[email protected]>
Show schedule detail on mobile as well

github.com/wger-project/wger - 7c515e6d31fa86aafd0e643e6415a9fa47ffd447 authored about 10 years ago by Roland Geider <[email protected]>
Unify navigation for 'desktop' and 'mobile'

This was causing too much mental maintenance and is a good idea anyway. This
also removes the av...

github.com/wger-project/wger - 4a7da7596b2859fab65b118bb31189cf3c249f38 authored about 10 years ago by Roland Geider <[email protected]>
Fix docstring

github.com/wger-project/wger - 5ad54b84fd8eef998a1440130f908272e5f4f8d3 authored about 10 years ago by Roland Geider <[email protected]>
Add status code to fix tests

github.com/wger-project/wger - c43e4949e0dec70634e6f46d4b580f40f24fd512 authored about 10 years ago by Roland Geider <[email protected]>
Move MealItemForm to forms file

github.com/wger-project/wger - 85436cb47311b8224933280e70ab6c7e3fb438f3 authored about 10 years ago by Roland Geider <[email protected]>
Add test for unshared calendars

github.com/wger-project/wger - 024da57667d24d069e4ea45dac9087283c4fa0db authored about 10 years ago by Roland Geider <[email protected]>
Allow anonymous access to the nutrition plan page

github.com/wger-project/wger - d48e362d6d23ae267843cbcf9c95c6cb49685a68 authored about 10 years ago by Roland Geider <[email protected]>
Merge branch 'master' of github.com:rolandgeider/wger

github.com/wger-project/wger - 91dc24cd8bb4fa57dd3b35cb603f5a98c7a47e4e authored about 10 years ago by Roland Geider <[email protected]>
Use django 1.7 AppConfig for signals

github.com/wger-project/wger - 33a5405053d2893763498fa11d946040cdc00080 authored about 10 years ago by Roland Geider <[email protected]>
Properly test iCal generation with wrong tokens

github.com/wger-project/wger - fced1c7826bb28a52603cfd96bd674530836d6c7 authored about 10 years ago by Roland Geider <[email protected]>
Catch some exceptions for wrong UIDs

This catches the exceptions thrown when the UID either has the wrong value or
doesn't decode to ...

github.com/wger-project/wger - 367d102561c559248b21c380bcefe35eea810d7f authored about 10 years ago by Roland Geider <[email protected]>
Don't generate PDF when accessed with wrong token

Also, add a test case for this

github.com/wger-project/wger - 3547d34094de9efd816d01717ddbcd9addfb4a51 authored about 10 years ago by Roland Geider <[email protected]>
Small changes to log URLs

github.com/wger-project/wger - 0e51d88bef272ef609f15d4f43a24b118bf8ad23 authored about 10 years ago by Roland Geider <[email protected]>
Make access test more compact and readable

github.com/wger-project/wger - 7b6889b83939facd5f98a6475424aed66e45fd78 authored about 10 years ago by Roland Geider <[email protected]>
Allow anonymous access to the workout log page

github.com/wger-project/wger - b7a376b8a713e6fcc2c8daf42b4596a4974c645a authored about 10 years ago by Roland Geider <[email protected]>
Change URLs for calendar

The regex for the 'uidb64' parameter also matched the yyyy-mm format used.

github.com/wger-project/wger - ae82c1870b5d1b2d8f2b514d480e7be7b9786883 authored about 10 years ago by Roland Geider <[email protected]>
Allow anonymous access to the main workout page

github.com/wger-project/wger - ea6cf9e63c6d49fc43abd98fe4092d9f2338fe7b authored about 10 years ago by Roland Geider <[email protected]>