summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-17Removing references to pjax.jessib
2012-12-17Merge remote-tracking branch 'origin/master' into feature/clean-up-pjax-for-nowAzul
2012-12-17Merge branch 'feature/fix-tests-in-master'Azul
2012-12-17split up and fixed ticket functional testsAzul
2012-12-17fixed inclusion of stub record helperAzul
2012-12-17small fix to the tickets functional testAzul
2012-12-17fixed all user functional testsAzul
2012-12-14Do not include the pjax js and remove the pjax lineAzul
This was breaking inclusion of other js.
2012-12-13removing couchdb.yml so it does not conflict with deploy. will create ↵Azul
defaults.yml later
2012-12-13Merge branch 'master' into developAzul
Conflicts: users/test/unit/user_test.rb
2012-12-13Merge branch 'feature/email-aliases-model'Azul
2012-12-13use the same partial for Email and LocalEmailAzul
2012-12-13refactor: changed add_email to add_email_aliasAzul
that's what it does. Changed all tests to use it instead of the attributes method
2012-12-13refactor: Email constructor now takes string or hashAzul
This allows us to reuse add_email from email_aliases_attributes=
2012-12-13refactor: allow adding email aliases directlyAzul
2012-12-13ensure users do not have duplicate email aliasesAzul
nor aliases that are the same as the original email for that matter
2012-12-13LocalEmail added - will validate uniqueness amongst emails and aliasesAzul
2012-12-12Merge branch 'feature-new-comments-refactor' into developjessib
2012-12-12Refactoring of ticket displaying/editing.jessib
2012-12-12find users by email and aliasesAzul
2012-12-12quick fix for langing page to not have spacerAzul
2012-12-11Start to using x-editable to have title editable.jessib
2012-12-12Merge branch 'master' into developAzul
2012-12-11Playing around with using x-editable, which isn't yet working.jessib
2012-12-10email format validationsAzul
2012-12-10make sure client side validations also run after tabs were switchedAzul
2012-12-10use consistent naming scheme across CA, webapp and couchDB installAzul
2012-12-10created generic Email class and use it with EmailAliasesAzul
2012-12-10actually allow adding email aliasesAzul
2012-12-09basic form added to user settings, simple model createdAzul
2012-12-09first steps towards email aliasesAzul
* unit tests draft * controller draft
2012-12-08moved cert into the api pathAzul
2012-12-08serve api version 1 in /1/Azul
Just a very simple start for now. Do we want to use the api for the secure remote password auth from js?
2012-12-07Added reduce functions, so pagination should now work correctly. This also ↵jessib
removes the need for .all call in some tests.
2012-12-07More tests of retrieving index of tickets, for admins and non-admin ↵jessib
authenticated users.
2012-12-07Merge branch 'master' into help_developjessib
Conflicts: app/views/layouts/application.html.haml help/app/controllers/tickets_controller.rb help/test/functional/tickets_controller_test.rb users/test/support/stub_record_helper.rb
2012-12-07Merge branch 'feature/email-forwards-for-users'Azul
2012-12-07fixed test to work with edit view that includes email and email forward.Azul
2012-12-07fixed signup and removed flash that was not getting displayedAzul
I also tried flash.keep(:notice) but that did not help - not sure how to keep the flash until the root url has rendered.
2012-12-07adding a bunch of translationAzul
2012-12-07first stub at displaying success messagesAzul
2012-12-07refactor: use seperate form for signupAzul
creating and editing users differ so much now it's not worth reusing the complex user_form_with for the signup.
2012-12-07using normal requests for user updates except passwordAzul
password requires ajax for secure remote password to work
2012-12-07refactored views to ease adding of email formAzul
2012-12-07bumping version to 0.1.10.1.1Azul
This version has basic user and help tickets management
2012-12-07Merge branch 'develop'Azul
2012-12-07Merge branch 'feature/improve-editing-user-settings' into developAzul
2012-12-06forgot to add new partialAzul
2012-12-06seperated login and password changes in settingsAzul
2012-12-06Merge branch 'feature/user-cancel-account' into developAzul