Age | Commit message (Expand) | Author |
2015-06-05 | Moved initialization of leap background jobs to leap init | Bruno Wagner |
2015-06-05 | Added creation of input mail from python message | Bruno Wagner |
2015-06-05 | Moved register out of application like maintenance | Bruno Wagner |
2015-06-05 | if exception variable isnt used, we shouldnt declare it for cleaner code | Victor Shyba |
2015-06-05 | Moved extensions to their own folder, so support has more meaning | Bruno Wagner |
2015-06-05 | Refactoring the config, logging_setup is now called logger | Bruno Wagner |
2015-06-05 | Loading page is now in the resources folder | Bruno Wagner |
2015-06-04 | removing unused imports | Victor Shyba |
2015-06-04 | Config is not used anymore | Bruno Wagner |
2015-06-04 | Removed leftover imports after refactorings | Bruno Wagner |
2015-06-04 | Config dispatcher and config_ua are now in credentials | Bruno Wagner |
2015-06-04 | remove leftover constants | rafael lisboa |
2015-06-04 | Initialization is not config, moving it to pixelated.application | Bruno Wagner |
2015-06-04 | init_leap_session moved to initialize_leap.py (#406) | rafael lisboa |
2015-06-04 | don't run remove duplicates, index mails and add welcome email when | rafael lisboa |
2015-06-04 | #406 Monkey patched the _sign_request method from soledad client shared_db | Jefferson Stachelski |
2015-06-04 | remove duplicate nicknym key initialization | rafael lisboa |
2015-06-04 | remove apparently unneeded extra procedure when reactor stops | rafael lisboa |
2015-06-03 | errors not being captured, use errbacks | Victor Shyba |
2015-06-03 | moving imports, code moved without them | Victor Shyba |
2015-06-03 | Move reactor logic out of application initialization | rafael lisboa |
2015-06-03 | Removed unused redirect to ssl and moved reactor listens one place up in the ... | Bruno Wagner |
2015-06-03 | Better identing the initialization deferreds | Bruno Wagner |
2015-06-03 | Creating a leap session is now part of leap init | Bruno Wagner |
2015-06-03 | Changed the method used to open a leap session to a meaningful and non-confli... | Bruno Wagner |
2015-06-03 | Argument parser now specifies user agent | Bruno Wagner |
2015-06-03 | Moved all args parseing to config/args and fixed maintenance after the shifts | Bruno Wagner |
2015-06-03 | Added config file | Bruno Wagner |
2015-06-03 | Leap cert was still being imported in initialize leap | Bruno Wagner |
2015-06-03 | Fixed tests after app changes | Bruno Wagner |
2015-06-03 | Leap certificate initialization and credentials gathering is now done on init... | Bruno Wagner |
2015-06-02 | Started isolating leap initialization, so we can call it in one place instead... | Bruno Wagner |
2015-06-02 | Logging initializer don't need the whole args, only the debug option | Bruno Wagner |
2015-06-02 | Remove unused methods from logger and made twisted use the python standard lo... | Bruno Wagner |
2015-05-19 | stop unneeded index rebuild and endless marking of recent docs | rafael lisboa |
2015-05-07 | Sending the correct api cert in all cases now | Bruno Wagner |
2015-04-23 | Changes to streamline the session creation and authenticate with the external... | Bruno Wagner |
2015-04-23 | Patched soledad sync so it will give us meaningful error messages | Bruno Wagner |
2015-04-16 | maintenance reads credentials from stdin. | Folker Bernitt |
2015-04-15 | Attaching error handler to Twisted | Victor Shyba |
2015-04-15 | pixelated-dispatcher#91 Renamed some arguments and replaced all words 'leap' ... | Jefferson Stachelski |
2015-04-15 | Introduced maintenance command and added reset behaviour. | Folker Bernitt |
2015-04-13 | Removed info sync because we have a loading page now | Bruno Wagner |
2015-04-13 | Merge pull request #371 from enzoz/validates_username_before_create_account | Bruno Wagner Gonçalves |
2015-04-10 | Allows dot on username. | Enzo Zuccolotto |
2015-04-08 | Validates username before request user creation on leap server | Enzo Zuccolotto |
2015-04-08 | Merge pull request #358 from pixelated-project/shybamaster | Victor Shyba |
2015-04-07 | for #333, validate True if no cert given | Victor Shyba |
2015-04-01 | Unit tests, integration tests and welcome mail | Victor Shyba |
2015-04-01 | Refactor lastuid and register wrapper on SYNC_DONE | Victor Shyba |