Wisisz.Me
  1. Wisisz.Me

Wisisz.Me

Public
AuthorCommitMessageCommit dateIssues
Bartlomiej ObrochtaBartlomiej Obrochta
170ec8077e5MPull request #23: [Feature] selenium tests addedMerge in IO25WIS/wisisz.me from feature/inteqgration_tests to master * commit '64eec2c7d6b680a17833844dd143c9727639e902': [Feature] selenium tests added
Maciej LeśniakMaciej Leśniak
64eec2c7d6b[Feature] selenium tests added
benITo47benITo47
c7d8d6f94fcSAVE ERROR FIXES
Bartlomiej ObrochtaBartlomiej Obrochta
d378dd35438MPull request #22: [FEAT] Added operation deletingMerge in IO25WIS/wisisz.me from front_integration to master * commit '63eb0394d5bd9d45bbd11673f2cf7720d85361a9': [FEAT] Added operation deleting
benITo47benITo47
63eb0394d5b[FEAT] Added operation deleting- added operation deleting - fixed minor issues
Bartlomiej ObrochtaBartlomiej Obrochta
f8011af0d22MPull request #21: [FEAT] Frontend has been builtMerge in IO25WIS/wisisz.me from front_integration to master * commit 'aea386bb6297652f317db40d0dd624b8cb380f3f': [FIX] Refixed registration
Jan KwiatkowskiBartlomiej ObrochtaJan Kwiatkowski
1c5f2c14a25MPull request #19: [TEST] Create unit testsMerge in IO25WIS/wisisz.me from test/unit-tests to master * commit '6e9e0d086c4d51fceba9c756e53e0964111435cc': fix: update TeamServiceTest to match changes in DTOs [FEAT] Added stats and light mode + minor fixes [FIX] Fixed add_operation GUI Revert "[FIX] registration after franek changes" [FIX] registration after franek changes [FIX] registration fix [FEAT] Started implementing ...
Jan KwiatkowskiJan Kwiatkowski
6e9e0d086c4fix: update TeamServiceTest to match changes in DTOs
Jan KwiatkowskiJan Kwiatkowski
1d05c2a7ac0MMerge branch 'front_integration' into test/unit-tests
benITo47benITo47
aea386bb629[FIX] Refixed registration- fixed registration - added about page
benITo47benITo47
28e3a24d99a[FEAT] Added stats and light mode + minor fixes- Added stats overlay to group details page - Fixed coloring issues for coherent experience accros pages - Added light mode - Finalized Adding operation module Left to do: -About page -Maybe editing of operations but idk?
benITo47benITo47
5cc20b79069[FIX] Fixed add_operation GUIWorks porperly now
benITo47benITo47
ee2e762c2b6Revert "[FIX] registration after franek changes"This reverts commit 43a6d9013d9f121933e81569d31fd4010e8231ce.
benITo47benITo47
fa4257ed170[FIX] registration after franek changes
benITo47benITo47
30bea91baf2[FIX] registration fix
benITo47benITo47
975f9a9a7ed[FEAT] Started implementing adding expenses to a team- Adding works TO DO : Implement fixed amount correctly and fix layout Fix backend as it fucks up everything
benITo47benITo47
1f808b4c719[FEAT] Added somethingIt was a weak ago i dont remember what i coded
benITo47benITo47
c3fe14b8c38[FEAT]: Connected operation endpoints: - Implemented Detailed Operation Endpoint handling - Added last transaction view to group view
benITo47benITo47
8aefad39e5d[Feat] Added details Page overlay, connected more endpoints
benITo47benITo47
2b3f787c8b9[FIX] Fixed CORS issue
benITo47benITo47
b72e3ce44ab[Fix] Fix login logic
benITo47benITo47
f1bb2e06b47[FEAT] Implemented groups view- Groups view - Detailed groups view
benITo47benITo47
98a9cf7ab0e[FEAT] Fixed login and register pages and logic- Fixed input validation - Fixed response handling
benITo47benITo47
740e7b75aa2[FEATURE]: Implemented home page
Bartlomiej ObrochtaBartlomiej Obrochta
c91fa21a6b6MPull request #18: [FIX] Category name, operation creation fixMerge in IO25WIS/wisisz.me from refactor/category to master * commit 'e5b8cea637f620932fb9425275692c298e03dff4': Fix transaction creation, add basic tests for TeamService Category name
Kinga MurawskaBartlomiej ObrochtaKinga Murawska
04a6fbf6f59MPull request #20: [FEATURE] Added GET /api/me/teams/{teamId}/operations/overviewMerge in IO25WIS/wisisz.me from feature/operations-endpoints to master * commit '91a1945ada2b6728d5321bc62a93a7a9198763ca': [FEATURE] Added GET /api/me/teams/{teamId}/operations/overview
Jan KwiatkowskiJan Kwiatkowski
91d5ff94b6dtest: add test configuration properties
Jan KwiatkowskiJan Kwiatkowski
dfabfb24967test: add unit tests for controllers and services
Jan KwiatkowskiJan Kwiatkowski
6a7dfbb2161chore: add testing dependencies
GazrellGazrell
91a1945ada2[FEATURE] Added GET /api/me/teams/{teamId}/operations/overview
frun36frun36
e5b8cea637fFix transaction creation, add basic tests for TeamService
frun36frun36
4ed61be95bcCategory name
Kinga MurawskaBartlomiej ObrochtaKinga Murawska
f2abd66b4f8MPull request #17: Feature/operations endpointsMerge in IO25WIS/wisisz.me from feature/operations-endpoints to master * commit 'eae8571778aeb8943ef6c58b3ff58cdf7a199d2d': [REFACTOR] /api/me/teams/{teamId}/operations/summary returns currencyCode POST and PUT for /api/me/teams/{teamId}/operations take "paidAmount" instead of "share" /api/me/teams returns "members" Removed share calculation [FEATURE] Added PUT /api/me/teams/{teamId}/opera...
GazrellGazrell
eae8571778a[REFACTOR] /api/me/teams/{teamId}/operations/summary returns currencyCodePOST and PUT for /api/me/teams/{teamId}/operations take "paidAmount" instead of "share" /api/me/teams returns "members" Removed share calculation
GazrellGazrell
e7bedc1c2b4[FEATURE] Added PUT /api/me/teams/{teamId}/operations/{operationId}Added DELETE /api/me/teams/{teamId}/operations/{operationId} Added share calculation in GET for specific operations TeamMember can no longer be removed if the balance is not settled
Kinga MurawskaBartlomiej ObrochtaKinga Murawska
fe1d7f8d6a5MPull request #16: [FIX] GET /api/me/teams/{teamId}/operations/{operationId} returns categoryNameMerge in IO25WIS/wisisz.me from feature/operations-endpoints to master * commit '4d92554b6e0e6986df20006033c96997f8a7a89d': [FIX] GET /api/me/teams/{teamId}/operations/{operationId} returns categoryName
GazrellGazrell
4d92554b6e0[FIX] GET /api/me/teams/{teamId}/operations/{operationId} returns categoryName
Kinga MurawskaBartlomiej ObrochtaKinga Murawska
efafa329d96MPull request #15: [FEATURE] Added operation endpointsMerge in IO25WIS/wisisz.me from feature/operations-endpoints to master * commit '92d36cbb9c8524b529cdb4cdf8f6eef6e595d23a': [REFACTOR] Changed exception handling [FEATURE] Implemented additional GET operations endpoints GET /api/me/teams/{teamId}/operations/{operationId} GET /api/me/teams/{teamId}/operations/summary
GazrellGazrell
92d36cbb9c8[REFACTOR] Changed exception handling
GazrellGazrell
1ff8e85ad4a[FEATURE] Implemented additional GET operations endpoints GET /api/me/teams/{teamId}/operations/{operationId} GET /api/me/teams/{teamId}/operations/summaryUpdated model Operation [FEATURE] Added joining via an invite code POST /api/me/join/{inviteCode} GET /api/me/teams now also returns newest operation for each team GET /api/me/teams/{teamId} now also returns newest operation of the user for that team [REFACTOR] changed POST /teams/{id}/operations and POST /api/me/join/{inviteCode}
Jan KwiatkowskiBartlomiej ObrochtaJan Kwiatkowski
6b0d0fc3537MPull request #14: feat: add a title column to the operation tableMerge in IO25WIS/wisisz.me from feature/operation-title to master * commit '6b1487a1ca5cda12b52a4145c9b48b119e852892': feat: add a title column to the operation table
Jan KwiatkowskiJan Kwiatkowski
6b1487a1ca5feat: add a title column to the operation table
Bartlomiej ObrochtaBartlomiej Obrochta
f58fdf2aaabMPull request #13: [REFACTOR] JWT middleware and simplificationMerge in IO25WIS/wisisz.me from refactor/spring-security to master * commit '118191b229878154fd8f5ccd7585c2cbc773dc7f': Fix invite code generation [REFACTOR] Improve error handling - exception classes [CHORE] Update endpoint description [REFACTOR] Team membership filter as middleware [REFACTOR] Simplified and cleaned up JWT logic
frun36frun36
118191b2298Fix invite code generation
frun36frun36
c5d2dba943f[REFACTOR] Improve error handling - exception classes
frun36frun36
1979af6301b[CHORE] Update endpoint description
frun36frun36
af6f7be5400[REFACTOR] Team membership filter as middleware
frun36frun36
6e1b7b0300c[REFACTOR] Simplified and cleaned up JWT logic
Bartlomiej ObrochtaBartlomiej Obrochta
cf0eac4f816MPull request #12: [CHORE] Add documentation to endpointsMerge in IO25WIS/wisisz.me from chore/document-endpoints to master * commit '122627421f40657cd15938754adcf8a92eb821de': [CHORE] Add documentation to endpoints
frun36frun36
122627421f4[CHORE] Add documentation to endpoints