Commit Graph

  • c14f5a3528 Create a UI proxy setup Alex Tselegidis 2022-05-27 10:42:06 +0200
  • 547174e037 Update dependencies for PHP8 Alex Tselegidis 2022-05-27 10:41:49 +0200
  • c53993bde1
    Merge pull request #28 from ericgaspar/master Alex Tselegidis 2022-05-27 10:25:50 +0200
  • 27b2128015
    Bump guzzlehttp/guzzle from 7.0.1 to 7.4.3 in /server dependabot[bot] 2022-05-25 18:15:59 +0000
  • 1543ad64fc
    Bump guzzlehttp/psr7 from 1.6.1 to 1.8.5 in /server dependabot[bot] 2022-03-29 23:58:20 +0000
  • 0ab3ebdbe7 Add swedish translation (thanks to joho@boojam.se) Alex Tselegidis 2022-03-11 12:10:35 +0100
  • f608d419b0
    Fix ericgaspar 2022-01-25 13:20:23 +0100
  • 56408af866
    Add French ericgaspar 2022-01-25 13:14:37 +0100
  • d9dfd7295d
    Bump league/flysystem from 1.1.3 to 1.1.4 in /server dependabot[bot] 2021-06-29 12:45:01 +0000
  • 365729f239
    Update README.md Sazzad Hossain Sharkar 2021-05-19 02:36:51 +0600
  • fdfb98c5f9
    Update README.md Sazzad Hossain Sharkar 2021-05-19 02:34:20 +0600
  • 667da6b003
    Update setup.sh Sazzad Hossain Sharkar 2021-05-19 02:33:38 +0600
  • 006bb38dbb
    Bump laravel/framework from 8.24.0 to 8.40.0 in /server dependabot[bot] 2021-04-30 00:34:34 +0000
  • 8396eabbf8 Added method for refreshing the currently displayed note Alex Tselegidis 2021-03-28 22:16:50 +0200
  • 01f9247478 Corrected .DS_Store removal command Alex Tselegidis 2021-03-28 22:16:17 +0200
  • 05480774e1 Defined an icon as maskable Alex Tselegidis 2021-03-28 22:15:59 +0200
  • a10c35d3e2 Added an improved scroll-jump fix Alex Tselegidis 2021-02-11 19:41:51 +0100
  • 2d81649434 The syncing must be also triggered on demand for a better user experience Alex Tselegidis 2021-02-11 19:38:11 +0100
  • c09a1a123c Added a new sync button in the header and adjusted the header buttons layout. Alex Tselegidis 2021-02-11 19:37:10 +0100
  • 76591ff526
    Merge pull request #16 from alextselegidis/dependabot/composer/server/laravel/framework-8.24.0 Alex Tselegidis 2021-02-11 19:35:50 +0100
  • 6960a09986
    Bump laravel/framework from 8.2.0 to 8.24.0 in /server dependabot[bot] 2021-02-02 17:03:00 +0000
  • bbb0f240f5
    Bump laravel/framework from 8.2.0 to 8.22.1 in /server dependabot[bot] 2021-01-19 21:19:37 +0000
  • e0f3c443aa Scroll to top when selecting a new note Alex Tselegidis 2021-01-11 23:01:47 +0200
  • 1aa84e1993 Added debounce effect while saving note changes to the local database Alex Tselegidis 2021-01-10 13:36:04 +0200
  • fa3364272c Improved the synchronization code by also fetching remote made changes into the local database. The app is also now handling changing in UTC time Alex Tselegidis 2021-01-08 12:26:54 +0200
  • a831c999bf Removed unused variables from NoteAside.js Alex Tselegidis 2021-01-08 10:25:02 +0200
  • 98791b0258 Empty the note list when logging out Alex Tselegidis 2021-01-07 14:37:59 +0200
  • 73f91651ed Removed message when deleting a note Alex Tselegidis 2021-01-07 14:26:19 +0200
  • ca92f6fd50 Rewrote the syncing algorithm for better performance both when online and offline Alex Tselegidis 2021-01-07 14:22:44 +0200
  • 601a27a71b Removed unnecessary entry in help page Alex Tselegidis 2021-01-07 14:22:25 +0200
  • 99b01122b7 Added prompt before invalidating the local cache Alex Tselegidis 2021-01-07 14:22:11 +0200
  • ae4b1d15f4 Updated the syncing icon Alex Tselegidis 2021-01-07 14:01:42 +0200
  • 251dc8f28c Removed unnecessary spaces Alex Tselegidis 2021-01-07 14:01:31 +0200
  • 05d95b863d Only try to fetch remote note if it's not locally stored (also skip if we are already displaying the same note) Alex Tselegidis 2021-01-07 10:16:41 +0200
  • 7bfa2cc8dc Removed unnecessary import Alex Tselegidis 2021-01-07 09:45:35 +0200
  • 44c726cb55 Make sure all notes can be decrypted/encrypted before updating them in the database Alex Tselegidis 2021-01-07 09:45:21 +0200
  • 610c218cf2 Set the timeout prop to null cause clearTimeout won't reset it's value Alex Tselegidis 2021-01-06 13:47:33 +0200
  • a78514e22c Increased rate limiting to 200, to improve syncing on new clients. Alex Tselegidis 2021-01-06 13:39:39 +0200
  • 904e28b4a5 Make sure unsaved changes are persisted before switching to the new note. Alex Tselegidis 2021-01-06 13:24:21 +0200
  • 706726b959 Do not try to access the database, if there's no local environment file (the app is not installed) Alex Tselegidis 2020-12-17 14:30:38 +0200
  • f1c8fe3eaa Improved interaction, syncing and offline handling of notes Alex Tselegidis 2020-12-17 14:13:32 +0200
  • 96a6151cfa Removed the onFocus handling of the note content Alex Tselegidis 2020-12-17 14:13:09 +0200
  • c541afb75b Removed or updated some input placeholders Alex Tselegidis 2020-12-17 14:12:51 +0200
  • f03ddd0292 Prevent dublicate toasts Alex Tselegidis 2020-12-17 14:12:28 +0200
  • f669164cfe Enforce note content styling Alex Tselegidis 2020-12-17 14:12:12 +0200
  • d97d9c8dde Improvements in the setup script with more robust messages and installation handling Alex Tselegidis 2020-12-15 22:11:32 +0200
  • 07f333a14a Enhanced production build for smaller zip archives (use production of production mode) Alex Tselegidis 2020-12-15 22:11:13 +0200
  • f199a46dc7 Updated the server public directory favicon Alex Tselegidis 2020-12-15 22:10:39 +0200
  • 8e6f95eb72 Proper call to the migrate command when installing the app Alex Tselegidis 2020-12-15 22:10:26 +0200
  • e11ba8db8f Minor change in docker.md Alex Tselegidis 2020-12-15 22:09:55 +0200
  • 72e54eb68a Ensure the setting rows exist before using them in MailConfigServiceProvider.php Alex Tselegidis 2020-12-15 15:33:08 +0200
  • 4a2606fdcc Do not remove the setup file from production, after the installation has been completed. Alex Tselegidis 2020-12-15 14:42:56 +0200
  • 0a3be8359a Made the session lifetime configurable (#7) Alex Tselegidis 2020-12-15 14:23:53 +0200
  • 0f953d98de Break all word wrap style for better display in the menu items (#5) Alex Tselegidis 2020-12-15 14:13:05 +0200
  • a8e8c81190 Added auto-resize textarea editor which offers better handling Alex Tselegidis 2020-12-15 14:12:00 +0200
  • b4efb46fdb
    Added badges in README.md Alex Tselegidis 2020-10-09 20:21:51 +0300
  • e300d7cc50 README fine tuning Alex Tselegidis 2020-09-29 15:00:26 +0300
  • 26cc9e2b64 README fine tuning Alex Tselegidis 2020-09-29 14:57:59 +0300
  • 51a685c979 README fine tuning Alex Tselegidis 2020-09-29 14:57:09 +0300
  • 8cbf89c6d1 README fine tuning Alex Tselegidis 2020-09-29 14:53:23 +0300
  • 3260908fd9 README fine tuning Alex Tselegidis 2020-09-29 14:52:09 +0300
  • 671a7b7232 README fine tuning Alex Tselegidis 2020-09-29 14:50:12 +0300
  • 3bd42442eb README fine tuning Alex Tselegidis 2020-09-29 14:45:36 +0300
  • 3a9df01604 README fine tuning Alex Tselegidis 2020-09-29 14:42:13 +0300
  • a559700200 Added information about the free installation service in README.md Alex Tselegidis 2020-09-29 14:39:39 +0300
  • fe6db931ea Documentation updates Alex Tselegidis 2020-09-29 14:21:38 +0300
  • 4be7e798cd Added upgrading information in the docs directory. Alex Tselegidis 2020-09-25 13:59:15 +0300
  • 9b818a1e4f Release v1.0.0-beta.4 1.0.0-beta.4 Alex Tselegidis 2020-09-25 13:31:04 +0300
  • ce3b1e89b5 Call the refresh command after the update has been completed Alex Tselegidis 2020-09-25 13:30:55 +0300
  • 9427dded50 Use the right facade for performing file related operations in the cleanup command. Alex Tselegidis 2020-09-25 13:30:25 +0300
  • f9aadcc071 Created new endpoint and command for refreshing the application after the update is completed. Alex Tselegidis 2020-09-25 13:29:39 +0300
  • da90f89862 Added the admin middleware registration Alex Tselegidis 2020-09-25 13:28:40 +0300
  • 81dcaafd2a Debugging a production server will need the dev dependencies Alex Tselegidis 2020-09-25 13:28:16 +0300
  • e107486298 Added additional info text to the settings update card Alex Tselegidis 2020-09-25 13:27:59 +0300
  • 3c67a9d69e Display notes list even while starting the app in offline mode. Alex Tselegidis 2020-09-15 10:59:02 +0300
  • 3634e7e5be Upgraded the server codebase to Laravel 8. Alex Tselegidis 2020-09-15 08:55:51 +0300
  • 96ce555850
    Merge pull request #13 from alextselegidis/dependabot/composer/server/symfony/http-kernel-5.1.5 Alex Tselegidis 2020-09-15 07:58:58 +0300
  • 7ecac506f3
    Updated README.md Alex Tselegidis 2020-09-09 09:55:02 +0300
  • cd05539506
    Updated README.md Alex Tselegidis 2020-09-09 09:53:43 +0300
  • 3bcf7db0ff
    Bump symfony/http-kernel from 5.1.0 to 5.1.5 in /server dependabot[bot] 2020-09-03 01:21:53 +0000
  • 06e492e6e0 Added autocomplete attribute to the password field so that it does not get automatically populated by the browser Alex Tselegidis 2020-06-08 10:14:08 +0200
  • 866117dc5c Migrated from Lumen to Laravel for better package compatibility and future proof code base Alex Tselegidis 2020-06-08 10:13:14 +0200
  • 5ab28ed25b Release v1.0.0-beta.3 1.0.0-beta.3 Alex Tselegidis 2020-04-27 19:06:05 +0200
  • 64a50cc95b Added .DS_Store files to .gitignore Alex Tselegidis 2020-04-23 15:18:45 +0200
  • 3994551989 Remove the "v" prefix from the client/server version configuration. Alex Tselegidis 2020-04-23 15:11:08 +0200
  • f461949ab5 Always provide a title value for each note as this is required by the API Alex Tselegidis 2020-04-22 20:46:59 +0200
  • edfb6cd0ff Clear out the "New note ..." text once focusing on the note editor Alex Tselegidis 2020-04-22 20:46:43 +0200
  • b8bc11c4f1 Added toggle for light/dark themes in the header Alex Tselegidis 2020-04-22 20:46:20 +0200
  • cb44a34aa4 Added docker related documentation and usage information Alex Tselegidis 2020-04-22 20:45:33 +0200
  • 647308e8a2 Updated the docker configuration for xdebug support and proper authorization functionality Alex Tselegidis 2020-04-22 20:45:05 +0200
  • 279e91ec2b Adjusted the logo size in README.md Alex Tselegidis 2020-04-21 21:25:02 +0200
  • 659408596e Executed npm run audit on the client setup. Alex Tselegidis 2020-04-21 21:22:28 +0200
  • 88a5c3d53c Use bigger logo image for README.md Alex Tselegidis 2020-04-21 21:21:27 +0200
  • 080db0d7d9 Replaced the UUID generation with a vendor package. Alex Tselegidis 2020-04-21 21:17:37 +0200
  • efdd2d27ab
    Merge pull request #1 from alextselegidis/dependabot/composer/server/symfony/http-foundation-4.4.7 Alex Tselegidis 2020-04-21 21:12:03 +0200
  • ea61d461fe Removed unused import statement. Alex Tselegidis 2020-04-21 21:01:28 +0200
  • dcb91fd004 Fine tuning the users page. Alex Tselegidis 2020-04-21 21:00:05 +0200
  • 4615967acb Created a new MobX store for the profile page. Alex Tselegidis 2020-04-21 20:55:46 +0200
  • 5b2b5fe212 Reverted the use of the settings page store. Alex Tselegidis 2020-04-21 20:26:59 +0200
  • ab3febf437 Better display for the "Invalidate Cache" button of the Profile page. Alex Tselegidis 2020-04-20 21:52:11 +0200