Commit graph

  • 45749c67ef Fixing Fileaction cache with reload (Major UX problem) JoaoSRaposo 2024-10-10 15:25:56 +0100
  • f1634dd7f2 refactor(docker): - refactor: windows dev cli start - update: makefile to exclude cli tools Mahyar Iranibazaz 2024-10-16 19:56:43 +0800
  • d281f97a86 refactor(docker): - refactor: windows dev cli start - update: makefile to exclude cli tools Mahyar Iranibazaz 2024-10-16 19:56:37 +0800
  • 135d0ccea3 fix(docker): - fix: enable log mode - update: cli dev tools Mahyar Iranibazaz 2024-10-16 17:56:00 +0800
  • 7d3b78f6fc Storage id now uses only key instead of url+key. Added migration step to update licenses with ethswarm::API_URL to ethswarm::KEY JoaoSRaposo 2024-10-14 07:38:30 +0100
  • c4074aca5e One Folder per License Feature JoaoSRaposo 2024-10-01 14:31:25 +0100
  • 33b50ec4f4 Getting mime type from db fix: $this->mimeTypeHandler->getId($mimetype) And now this migration only runs from 0.5.4 to 0.5.5 to avoid running in future scenarios that we are not expecting it to run JoaoSRaposo 2024-10-13 11:00:51 +0100
  • f3c2233d82 Migration Step Added JoaoSRaposo 2024-10-11 09:42:29 +0100
  • ee805b9aa0 Don't understand why using the function mime_content_type on the tmp file doesn't work (maybe because it loses the filename), so I check if the file has .md on the end, if it has .md on the end forces the mimetype to "text/markdown". It's possible to add a migration step to update all the references that have .md on the end to the mimetype = 4 if we want to fix the problem in previous uploaded files. JoaoSRaposo 2024-10-10 23:41:03 +0100
  • 532ae7b1fb feat(docker): - add: proxy in the setup - add: crontab for rsync - add: default passwords to .env - add: skip adding localhost to trusted domains - add: default redis password Mahyar Iranibazaz 2024-10-16 15:48:51 +0800
  • f8b59e562e feat(docker): change default env to development on docker compose Mahyar Iranibazaz 2024-10-16 14:41:40 +0800
  • 09b1d79f7f fix(ci): fix npm build action Mahyar Iranibazaz 2024-10-16 00:16:38 +0800
  • ea255b4e52 refactor(ci): code style and logs Mahyar Iranibazaz 2024-10-15 02:01:00 +0800
  • d31724d88d feat(ci): upgrade deploy script - add: force plugin version bump in deployment by unix timestamp - add: logs with types and colors - add: buffered logs - add: background process manager - add: deployment result status Mahyar Iranibazaz 2024-10-15 01:47:03 +0800
  • 2fc232f80b fix(ci): - refactor: add deploy bin to bashrc Mahyar Iranibazaz 2024-10-14 13:24:22 +0800
  • 69fbb0615c feat(docker): - add: new docker compose setup - add: dockerfiles for NC 28-30 - add: NC hooks - add: cli tools - add: pipeline for stage deployment Mahyar Iranibazaz 2024-10-14 13:17:31 +0800
  • 870e5f82c1 feat(docker): - add: proxy in the setup - add: crontab for rsync - add: default passwords to .env - add: skip adding localhost to trusted domains - add: default redis password Mahyar Iranibazaz 2024-10-16 15:48:51 +0800
  • 2a6320972a feat(docker): change default env to development on docker compose Mahyar Iranibazaz 2024-10-16 14:41:40 +0800
  • 76b35c2b4c fix(ci): fix npm build action Mahyar Iranibazaz 2024-10-16 00:16:38 +0800
  • ebbebd5a00 Feature was not working when swarm folder only had one file. This is the fix for that. Improving log message JoaoSRaposo 2024-10-15 15:17:18 +0100
  • 9bd988fbbb Resolved conflcts in merge with origin Take one 2024-10-15 15:39:13 +0200
  • c54d1d86e3 Resolved conflicts due to branch being behind origin Take one 2024-10-15 15:23:33 +0200
  • 8a546d45a1 refactor(ci): code style and logs Mahyar Iranibazaz 2024-10-15 02:01:00 +0800
  • 580d3f351d feat(ci): upgrade deploy script - add: force plugin version bump in deployment by unix timestamp - add: logs with types and colors - add: buffered logs - add: background process manager - add: deployment result status Mahyar Iranibazaz 2024-10-15 01:47:03 +0800
  • 943f2fbbf9 Fixing Fileaction cache with reload (Major UX problem) JoaoSRaposo 2024-10-10 15:25:56 +0100
  • 23f1fad754 Merge remote-tracking branch 'origin/One-Folder-per-License' into staging Mahyar Iranibazaz 2024-10-14 21:06:06 +0800
  • 25c18af180 Merge branch 'feature/staging' into staging Mahyar Iranibazaz 2024-10-14 17:17:41 +0800
  • ca2778f442 Storage id now uses only key instead of url+key. Added migration step to update licenses with ethswarm::API_URL to ethswarm::KEY JoaoSRaposo 2024-10-14 07:38:30 +0100
  • 29c859f05c fix(ci): - refactor: add deploy bin to bashrc Mahyar Iranibazaz 2024-10-14 13:24:22 +0800
  • ebe869fd83 feat(docker): - add: new docker compose setup - add: dockerfiles for NC 28-30 - add: NC hooks - add: cli tools - add: pipeline for stage deployment Mahyar Iranibazaz 2024-10-14 13:17:31 +0800
  • 7e64fbdf0a feat(docker): - add: dev profile - refactor: proxy network name Mahyar Iranibazaz 2024-10-14 10:15:10 +0800
  • cde9bdb006 Getting mime type from db fix: $this->mimeTypeHandler->getId($mimetype) And now this migration only runs from 0.5.4 to 0.5.5 to avoid running in future scenarios that we are not expecting it to run JoaoSRaposo 2024-10-13 11:00:51 +0100
  • b133279a8c Migration Step Added JoaoSRaposo 2024-10-11 09:42:29 +0100
  • 62cdef74d3 Don't understand why using the function mime_content_type on the tmp file doesn't work (maybe because it loses the filename), so I check if the file has .md on the end, if it has .md on the end forces the mimetype to "text/markdown". It's possible to add a migration step to update all the references that have .md on the end to the mimetype = 4 if we want to fix the problem in previous uploaded files. JoaoSRaposo 2024-10-10 23:41:03 +0100
  • a19d874075 Fixing Fileaction cache with reload (Major UX problem) JoaoSRaposo 2024-10-10 15:25:56 +0100
  • dc9a873b3d Merge remote-tracking branch 'origin/One-Folder-per-License' into develop develop Henry Bergstrom 2024-10-10 15:24:21 +0200
  • b1b8b82c6f Setup codebase for Notifications within the plugin. Enables notifications for when files are uploaded (aka decentralized) to Swarm. Take one 2024-10-07 22:49:01 +0200
  • 58fac7236a One Folder per License Feature JoaoSRaposo 2024-10-01 14:31:25 +0100
  • 7424727ca0
    Overlay Feature (#69) v5.0.4 JoaoSRaposo 2024-09-30 16:08:15 +0100
  • 57dd244669
    Merge branch 'main' into OverlayHejbit Henry Bergström 2024-09-30 17:07:51 +0200
  • a04a3e4416 feat(docker): - add: db health checks - update: redis password env var Mahyar Iranibazaz 2024-09-30 18:51:03 +0800
  • ddf7d06eee refactor(docker): - update: docker networks - remove: proxy dockerfile Mahyar Iranibazaz 2024-09-30 17:59:34 +0800
  • 2323f198cb Overlay Feature Unview File Unview Folder Missing -> Unview Batch Action > Problem importing p-queue JoaoSRaposo 2024-09-28 00:44:34 +0100
  • e39a842f87
    feat(sentry): demo implementation sentry-demo TheSola10 2024-09-27 16:20:18 +0200
  • a6fba1f955
    Update info.xml v5.0.3 Henry Bergström 2024-09-26 14:56:10 +0200
  • c178e2224f
    fix(files-scan): Fixed file indexing for subfolder (#68) Karim Vergnes 2024-09-26 14:55:13 +0200
  • 763e43a2bd
    fix(files-scan): Fixed file indexing for subfolder TheSola10 2024-09-26 13:40:07 +0200
  • 6950cbd8c0 chore(npm): update lock file Mahyar Iranibazaz 2024-09-26 11:40:24 +0800
  • fc25ab0c44 refactor(storage): - update: code docs and style - refactor: some if statements - add: missing parent calls - refactor: variable naming convention - update: upload call with new api - update: exceptions - add: some todos for later refactoring - update: imports Mahyar Iranibazaz 2024-09-26 11:39:38 +0800
  • 356a207f4e feat(swarm): adapt to new API - update: all Exceptions - update: endpoints - add: success checks and proper errors - update: upload method and response - update: remove header from download requests Mahyar Iranibazaz 2024-09-26 11:36:40 +0800
  • 2351d32b92 feat(Util): update Curl - add: ssl check to curl options - update: default options calculation - add: response success check Mahyar Iranibazaz 2024-09-26 11:33:43 +0800
  • b10a97251c feat(Util): add Env - add: util to access ENV vars Mahyar Iranibazaz 2024-09-26 11:32:54 +0800
  • 37c76b14e0 feat(exceptions): - add: SwarmException for Swarm related errors Mahyar Iranibazaz 2024-09-26 11:31:08 +0800
  • c92d4fecde feat(docker): - add: caddy as proxy server - add: rsync for dev env - add: adminer default db server - update: nextcloud labels Mahyar Iranibazaz 2024-09-26 11:30:41 +0800
  • 82e8a02021 Merge branch 'feature/multi-env-docker-setup' into feature/swarmy Mahyar Iranibazaz 2024-09-25 14:33:12 +0800
  • c6839fc511 feat(volumes): use specific volumes only - refactor: rename volumes - update: bind only nc volumes needed - fix: redis password - fix: extra env passed to all db containers Mahyar Iranibazaz 2024-09-24 15:56:00 +0800
  • 971be4d592 feat(cli): install and clean dev env setup - add: add script for linux/mac - add: bat for windows Mahyar Iranibazaz 2024-09-24 15:30:59 +0800
  • 5afaee9a5b feat(redis): - add: redis server password - update: .env file - refactor: remove all passwords from .env Mahyar Iranibazaz 2024-09-24 15:30:18 +0800
  • 68d177b667 refactor(docker-compose): - remove: extra environments from compose - update: .env file Mahyar Iranibazaz 2024-09-24 14:47:55 +0800
  • 247d63f3a6 refactor(docker): compose file extension - update: yaml to yml Mahyar Iranibazaz 2024-09-24 14:43:18 +0800
  • a198444194 feat(xdebug): - fix: xdebug setup - add: two targets for Dockerfile - add: debug mode in NC - fix: domain hook in NC config - update: docker networks Mahyar Iranibazaz 2024-09-24 14:37:29 +0800
  • e229daecd9 feat(docker): enable multi NC versions setup - add: auto install plugin - add: hooks integration folders - add: fpm installation - add: redis for session caching - add: selfsign ssl for local development Mahyar Iranibazaz 2024-09-23 12:06:10 +0800
  • 70d51f3664
    Update info.xml v0.5.2 Henry Bergström 2024-09-18 14:46:00 +0200
  • 04deba7cfa
    fix(files_scan): Fixed disappearing files issue (#65) Karim Vergnes 2024-09-18 12:44:31 +0200
  • b9f087964a add volumes office Igor Oliveira 2024-09-18 00:13:11 +0200
  • 19ef67f384 add env vars Igor Oliveira 2024-09-17 23:50:42 +0200
  • f28bf38c6e use local dockerfile Igor Oliveira 2024-09-17 23:40:12 +0200
  • 1d586af9e9 working version1 Igor Oliveira 2024-09-17 23:31:21 +0200
  • 0f43076b0f
    fix(files_scan): Fixed disappearing files issue TheSola10 2024-09-17 17:10:51 +0200
  • 134d1479b9
    feat(rename): Fixed lost contents when renaming directory fix-dir-rename TheSola10 2024-09-17 15:49:01 +0200
  • 58fb725dd8
    feat(download): fix 308 and handle 404 (#63) Mahyar Iranibazaz 2024-09-15 04:18:39 +0800
  • 4dfba44860 feat(download): fix 308 and handle 404 - add: DS to the end of download endpoint to eliminate 308 redirects - add: throw when failed to download Mahyar Iranibazaz 2024-09-05 13:48:51 +0800
  • 1fa0672f1d
    Update info.xml - v0.5.1 Henry Bergström 2024-08-31 10:34:37 +0200
  • 9f24a793aa
    fix(copyref): Copy Swarm Reference issue (#59) v0.5.1 Karim Vergnes 2024-08-30 18:01:09 +0100
  • 4c783454d9 fix(copyref): Copy Swarm Reference issue TheSola10 2024-07-22 17:30:50 +0200
  • 8550271b30 Resolved conflicts JoaoSRaposo 2024-08-30 15:54:40 +0100
  • 32197b63d7
    Docs/update (#62) Henry Bergström 2024-08-29 15:41:04 +0200
  • f29c49d295
    Update info.xml Henry Bergström 2024-08-29 15:40:41 +0200
  • 9cd90e4925
    Update README.md Henry Bergström 2024-08-29 15:40:02 +0200
  • c9b1673e33
    Update README.md Henry Bergström 2024-08-21 17:02:00 +0200
  • 2a6f366ebd
    Update NC app store readme Henry Bergström 2024-08-21 15:35:30 +0200
  • fa52584058 perf(settings): url validation - remove: manipulating the params - update: keep the value consistent on the setting page - update: storage validation Mahyar Iranibazaz 2024-08-21 14:38:09 +0800
  • 4eddc7da6a feat(settings): validation - update: backend setup to extend NC external storage methods - refactor: code style and hints - add: storage param validation Mahyar Iranibazaz 2024-08-21 01:31:54 +0800
  • 5a6e3c7aa0 update(settings): rename config textbox Mahyar Iranibazaz 2024-08-20 23:15:04 +0800
  • e3e33c09df feat(port): remove port - update: license key to be hidden - update: remove port definition - update: validate backend options - refactor: code styles Mahyar Iranibazaz 2024-08-20 23:06:08 +0800
  • bc818edc42 perf(settings): url validation - remove: manipulating the params - update: keep the value consistent on the setting page - update: storage validation Mahyar Iranibazaz 2024-08-21 14:38:09 +0800
  • 4efd502863 feat(settings): validation - update: backend setup to extend NC external storage methods - refactor: code style and hints - add: storage param validation Mahyar Iranibazaz 2024-08-21 01:31:54 +0800
  • 83c6dd2504 update(settings): rename config textbox Mahyar Iranibazaz 2024-08-20 23:15:04 +0800
  • 7687d3d7cd feat(port): remove port - update: license key to be hidden - update: remove port definition - update: validate backend options - refactor: code styles Mahyar Iranibazaz 2024-08-20 23:06:08 +0800
  • 645dfd6054 update version Henry Bergström 2024-08-12 21:43:53 +0200
  • a78fabd5a8 update version v0.5.0-alpha.3 Henry Bergström 2024-08-12 17:32:07 +0200
  • 0b8b9c3d25 update supported nc versions v5.0.0 v0.5.0-alpha.2 v0.5.0 Henry Bergström 2024-08-12 17:10:40 +0200
  • 574c19b783 style(settings): update font weight pay-wall Mahyar Iranibazaz 2024-08-12 22:52:01 +0800
  • a3a0b0582e
    pay-wall (#60) Mahyar Iranibazaz 2024-08-12 22:50:32 +0800
  • 8eca408b59 feat(settings): add link - add: script to display link on settings page - update: load script on plugin boot Mahyar Iranibazaz 2024-08-12 22:42:47 +0800
  • 124613c9ec fix(swarm): file preview - update: write file to memory to stream Mahyar Iranibazaz 2024-08-12 21:14:25 +0800
  • 1fc58bf2a1 fix(swarm): upload - update: remove extra param Mahyar Iranibazaz 2024-08-12 12:44:18 +0800
  • 66f7098955 refactor(gitignore): - update: url check using regex Mahyar Iranibazaz 2024-08-12 12:38:16 +0800
  • 27d53f10cb feat(gitignore): - update: categorize gitignore - add: DS_Store entry =) Mahyar Iranibazaz 2024-08-12 12:22:27 +0800
  • 56e131f168 feat(swarm): - update: disable custom settings page Mahyar Iranibazaz 2024-08-12 12:18:44 +0800