Page MenuHomePhorge
Feed Search

Mar 2 2020

machniak closed D976: Group: Additional user (Bifrost#T249344).
Mar 2 2020, 10:34 AM
machniak updated the diff for D976: Group: Additional user (Bifrost#T249344).
  • Eliminate aliases sorting issue
Mar 2 2020, 9:53 AM
machniak updated the diff for D976: Group: Additional user (Bifrost#T249344).
  • Add orderBy() so aliases list is sorted
Mar 2 2020, 9:46 AM

Feb 29 2020

machniak updated the diff for D976: Group: Additional user (Bifrost#T249344).
  • Adding new users
Feb 29 2020, 7:44 AM

Feb 28 2020

machniak updated the diff for D976: Group: Additional user (Bifrost#T249344).
  • Aliases UI
Feb 28 2020, 12:10 PM

Feb 27 2020

machniak added inline comments to D964: Implement a changelog to further the debiting of wallet balances.
Feb 27 2020, 8:07 PM
machniak added inline comments to D964: Implement a changelog to further the debiting of wallet balances.
Feb 27 2020, 8:05 PM
machniak updated the diff for D976: Group: Additional user (Bifrost#T249344).
  • Aliases validation
Feb 27 2020, 2:48 PM

Feb 26 2020

machniak updated the diff for D976: Group: Additional user (Bifrost#T249344).
  • Email aliases (backend part)
Feb 26 2020, 1:49 PM

Feb 25 2020

machniak requested review of D976: Group: Additional user (Bifrost#T249344).
Feb 25 2020, 2:53 PM
machniak committed rKb8a2e7a6013b: User profile (Bifrost#T331493).
Feb 25 2020, 12:27 PM
machniak closed D970: User profile (Bifrost#T331493).
Feb 25 2020, 12:27 PM
machniak updated the diff for D970: User profile (Bifrost#T331493).
  • Make the code less ugly
Feb 25 2020, 12:26 PM
machniak updated the diff for D970: User profile (Bifrost#T331493).
  • Re-enable ConvertEmptyStringsToNull middleware
  • Always return JSON responses from API, even on 403/404 errors
Feb 25 2020, 11:52 AM
machniak added inline comments to D970: User profile (Bifrost#T331493).
Feb 25 2020, 9:35 AM
machniak requested review of D970: User profile (Bifrost#T331493).
Feb 25 2020, 8:48 AM

Feb 21 2020

machniak committed rKeb1537fa653d: Simplify.
Feb 21 2020, 9:45 AM
machniak committed rKcff9990c7cec: Fix flaky test.
Feb 21 2020, 9:45 AM
machniak committed rKa69953b2d06a: Add incomplete tests for console commands.
Feb 21 2020, 8:51 AM
machniak committed rK0157dcd4cbb4: Unify file/class names in Console/Commands.
Feb 21 2020, 8:34 AM
machniak committed rK42134d7bb732: Fix flaky test.
Feb 21 2020, 8:08 AM
machniak committed rK8a1b14ca4022: Fix Jobs/UserVerifyTest.
Feb 21 2020, 8:04 AM

Feb 20 2020

machniak committed rK267088c3a2f3: Fix regression in browser tests.
Feb 20 2020, 2:56 PM
machniak committed rKbc7e7ad15ab0: Fix some typos and flaky tests.
Feb 20 2020, 2:44 PM
machniak committed rKb554235ea392: Show functioning without quota table (authored by vanmeeuwen).
Feb 20 2020, 2:44 PM
machniak closed D949: Show functioning without quota table.
Feb 20 2020, 2:44 PM
machniak committed rKd8df2c8f25aa: Unify error handling on axios requests.
Feb 20 2020, 12:25 PM
machniak committed rK4ec45a7ea283: Pass countries/currencies map to the UI environment.
Feb 20 2020, 10:18 AM
machniak committed rK5dfa5e9b50e9: Add script to generate countries/currencies map.
Feb 20 2020, 10:18 AM
machniak committed rKf7ba35a00530: Add skeleton for User Accounts pages.
Feb 20 2020, 10:18 AM
machniak committed rK2e18cb211d85: Fix so "root" url leads to dashboard for logged in user.
Feb 20 2020, 10:18 AM
machniak committed rK212c99fcb675: Domains list.
Feb 20 2020, 10:18 AM
machniak committed rKdb9ee558f6e4: Improve input validation on login action.
Feb 20 2020, 10:18 AM
machniak committed rK66e5920af83f: Fix undefined variable in rcube_imap_generic.
Feb 20 2020, 10:18 AM
machniak committed rKc069f89112ff: Merge branch 'master' of ssh://git.kolab.org/source/kolab.
Feb 20 2020, 10:18 AM
machniak committed rRPK08c4791a79dd: Fix missing events in "Find resources" calendar (Bifrost#T330293).
Feb 20 2020, 10:18 AM
machniak committed rKea3fd3e7e1b9: Make sure unauthenticated state returns proper 401.
Feb 20 2020, 10:18 AM

Feb 14 2020

machniak added inline comments to D949: Show functioning without quota table.
Feb 14 2020, 10:56 AM

Feb 13 2020

machniak committed rKd7e72a8e9d4c: Cleanup the logged-in user info after auto-login from signup (Bifrost#T329384).
Feb 13 2020, 11:25 AM

Feb 12 2020

machniak added inline comments to D949: Show functioning without quota table.
Feb 12 2020, 8:52 AM

Feb 11 2020

machniak committed rK752443922a1c: Display confirmation message on successful domain verification.
Feb 11 2020, 12:51 PM
machniak committed rKfa4732d84338: Small improvements in browser tests.
Feb 11 2020, 12:51 PM
machniak committed rKe34882de2e7a: Logout improvements.
Feb 11 2020, 11:25 AM
machniak committed rK32cc2f8b2669: Use Log::debug() instead of error_log() in RequestLogger.
Feb 11 2020, 9:24 AM
machniak added a comment to D949: Show functioning without quota table.

According to domain verification. You did not uncomment all relevant parts. First remove <exclude>tests/Feature/Jobs/DomainVerifyTest.php</exclude> from phpunit.xml. Then check:

  • app/Http/Controllers/API/UsersController.php $steps['domain-verified'] = 'isVerified'
  • app/Observers/DomainObserver.php
  • tests/Feature/Controller/UsersTest.php testStatusInfo()
  • tests/Feature/DomainTest.php - first /* */ comment in testCreateJobs()
  • tests/Unit/DomainTest.php
Feb 11 2020, 8:07 AM
machniak committed rRPK006cb77310a0: Fix PHP Fatal error: Call to undefined method kolab_chat_mattermost….
Feb 11 2020, 7:22 AM

Feb 10 2020

machniak added inline comments to D949: Show functioning without quota table.
Feb 10 2020, 3:08 PM
machniak requested changes to D949: Show functioning without quota table.
Feb 10 2020, 1:38 PM
machniak committed rK535002ca3496: Fix redundant scrollbar on error page.
Feb 10 2020, 10:19 AM
machniak committed rK91586a082d72: Simplify clearFormValidation() calls.
Feb 10 2020, 10:07 AM
machniak committed rK22032111d33f: Fix and simplify the error page handling.
Feb 10 2020, 10:07 AM
machniak committed rKe01b33af9468: Rename some Jobs classes, small fixes.
Feb 10 2020, 8:36 AM
machniak committed rK02577c54570e: Domain verification/information UI and API.
Feb 10 2020, 8:04 AM
machniak closed D937: Domain verification/information UI and API.
Feb 10 2020, 8:04 AM

Feb 7 2020

machniak updated the diff for D937: Domain verification/information UI and API.
  • Activate domain-hosting SKU
Feb 7 2020, 2:52 PM
machniak updated the diff for D937: Domain verification/information UI and API.
  • Redirect to the requested page after login
  • Add dusk tests for domain page
  • Add tests for domain dns verification
  • Remove (comment out) verification of domain existence in DNS
Feb 7 2020, 12:08 PM

Feb 6 2020

machniak updated the diff for D937: Domain verification/information UI and API.
  • Don't use domain id when generating a hash, prefix and namespace is enough
Feb 6 2020, 11:07 AM
machniak added a reviewer for D937: Domain verification/information UI and API: Restricted Project.
Feb 6 2020, 10:32 AM
machniak updated the diff for D937: Domain verification/information UI and API.

Removed leftower code

Feb 6 2020, 9:49 AM
machniak requested review of D937: Domain verification/information UI and API.
Feb 6 2020, 9:48 AM
machniak committed rK75831d2fb8b1: Add more statuses for user/domain creation process.
Feb 6 2020, 9:42 AM
machniak closed D925: Add more statuses for user/domain creation process.
Feb 6 2020, 9:42 AM

Feb 5 2020

machniak updated the diff for D925: Add more statuses for user/domain creation process.
  • Make the domain confirmation step a link to domain info page
Feb 5 2020, 8:03 AM

Feb 4 2020

machniak updated the diff for D925: Add more statuses for user/domain creation process.
  • Fix duplicate api/auth/info request on dashboard
Feb 4 2020, 3:28 PM
machniak updated the diff for D925: Add more statuses for user/domain creation process.
  • Simplify axios authorization and login/logout common code
Feb 4 2020, 8:25 AM

Jan 31 2020

machniak updated the diff for D925: Add more statuses for user/domain creation process.
  • Small fixes
Jan 31 2020, 11:45 AM
machniak updated the diff for D925: Add more statuses for user/domain creation process.
  • IMAP backend
Jan 31 2020, 11:32 AM

Jan 30 2020

machniak updated the diff for D925: Add more statuses for user/domain creation process.
  • Add backend code for domain ownership confirmation
Jan 30 2020, 1:42 PM
machniak updated the diff for D925: Add more statuses for user/domain creation process.
  • Display status info in dashboard
Jan 30 2020, 11:47 AM

Jan 29 2020

machniak updated the diff for D925: Add more statuses for user/domain creation process.
  • Add account status info to /api/auth/info response
Jan 29 2020, 2:31 PM
machniak added a reviewer for D925: Add more statuses for user/domain creation process: vanmeeuwen.
Jan 29 2020, 9:58 AM
machniak requested review of D925: Add more statuses for user/domain creation process.
Jan 29 2020, 9:56 AM

Jan 28 2020

machniak committed rKcb98ee7ac037: Move .arcconfig to the root directory.
Jan 28 2020, 1:10 PM
machniak committed rK6915e4810571: Add .arcconfig.
Jan 28 2020, 1:10 PM

Jan 22 2020

machniak committed rKce608fa85cf8: Fix authentication.
Jan 22 2020, 2:41 PM

Jan 21 2020

machniak committed rK0043ddd17b74: Update test with User and Domain jobs handling.
Jan 21 2020, 3:02 PM
machniak committed rK51bc3ae38e2d: Refactored LDAP backend, added LDAP debug logging.
Jan 21 2020, 3:02 PM
machniak committed rK62aa92f550a3: Use deleteWhenMissingModels=true for all jobs.
Jan 21 2020, 3:02 PM

Jan 20 2020

machniak committed rK84a834abc61c: Fix merge bugs and regressions.
Jan 20 2020, 3:04 PM
machniak committed rK53c06d907ad7: Fix PHP Fatal error: Cannot declare class App\Backend\LDAP.
Jan 20 2020, 1:21 PM
machniak committed rK386c04bc8fcb: Merge branch 'dev/ldap-backend' of ssh://git.kolab.org/source/kolab into….
Jan 20 2020, 12:48 PM
machniak committed rKdf996d973771: Fix domain status mutator, fix rebase errors, fix CS issues.
Jan 20 2020, 12:48 PM
machniak committed rK90caacaf891b: s/wallaced/wallace/.
Jan 20 2020, 12:48 PM
machniak committed rK4662c251ae80: Remove duplicated config.
Jan 20 2020, 12:48 PM
machniak committed rK5a11e824347d: Reduce the number of users created in seeding the database (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rK1971993590fa: Also update AppServiceProvider for new Observers (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rK7e3074180bbb: Commit intermediate LDAP backend stuffz (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rKf434b72b7e89: The cache should be in Redis, now that we have Redis, and avoid growing… (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rK3644e6f6b297: Remove the remember token for the user factory (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rK502fafa67666: Implement a request logger that is a lot more verbose out of production (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rKc41a4bca25e4: Enable hybrid authentication between 'password' and 'password_ldap' columns in… (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rKca289369b994: A tiny little bit cleaner (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rK2f149530834a: Ensure everything's up and running before we seed the database (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rKd23108c23056: Add an additional manual step to ensure the latest docker image is used (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rK2df4a01b2d4b: Add logo.svg (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rKc42578797560: Add mariadb to share jobs and queues and whatnot between kolab and worker (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rK699903007477: Fix 'localhost' going through a socket for fsck knows what reason, by making… (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rKd8e8aeb2fe81: With addt. fixtures for Jitsi experiment (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rKa598d87dedc3: Update README with changes to `bin/quickstart.sh` (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM
machniak committed rK9a6aa9fa94c5: An initial version of some async ldap backend that adds domains / users (authored by vanmeeuwen).
Jan 20 2020, 12:48 PM