This repository has been archived by the owner on Oct 15, 2021. It is now read-only.
transifex OAuth support + Mobile templates + 2 new api requests #238
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello guys,
this patch adds OAuth support so that more developers will be able to build upon the transifex platform without risking the platform's security.
In detail:
I've added patches for django-piston: https://github.com/fazakis/django-piston(don't forget to apply these patches) and transifex CE so OAuth can work correctly
I've added mobile templates for signin and authorization (so that mTx can work)
(/mobile/accounts/signin/ and e.t.c. urls ) these templates can also be used as a nice base extension of mobile tf.
I've added 2 new api requests(search projects and get user dashboard projects) to the transifex api accessible from /mobile/api/2/
I've started building a Mobile Transifex Client which utilizes all the above functionality found here https://github.com/fazakis/mtx (note some functionality is not working correctly due to transifex CE old api bugs)
Hint: i tried to implement the above from within a new module called mobile so changes will have the lowest possible impact in transifex codebase itself.
TODO:
I have not tested extensively the new functionality cause of lack of time but for sure oauth GET POST PUT DELETE requests do work as you can Test using the mTx project.
For any questions reach me at: [email protected]
Thanks and Cya