Commit Graph

  • d89f0cd23a
    Issue #10 - Follow-up: don't use cache is user is over the soft quota limit. master Moonchild 2021-02-11 10:15:27 +0100
  • 03c7e09b97
    Update readme for release 0.16.0 Moonchild 2021-02-11 04:29:38 +0100
  • 908e9c3311
    Issue #10 - Add caching to quota totals calculation. Moonchild 2021-02-11 04:22:58 +0100
  • 5f1f5f914b
    Clear quota usage immediately when data is deleted, triggering a recalc. Moonchild 2021-02-11 04:16:14 +0100
  • e092b46d79
    Fix cache and increase TTL to 1 hour, make configurable. Moonchild 2021-02-11 04:15:04 +0100
  • 9f233f50ea
    Add rudimentary 5-minute cache to get_storage_total() Moonchild 2021-02-10 20:22:31 +0100
  • c1b3ddfde2 Update readme for release 0.15.0 wolfbeast 2018-11-22 10:27:30 +0100
  • 3ce6eeddfe
    Merge pull request #9 from FranklinDM/master Moonchild 2018-11-22 10:22:46 +0100
  • 3769f80342
    Don't strip port from returned weave node FranklinDM 2018-11-18 21:52:55 +0800
  • feb449e479
    Fix 'Only variables should be passed by reference' notices in PHP7 FranklinDM 2018-11-18 19:34:06 +0800
  • 269d4da4f6 Un-bust creating new accounts. wolfbeast 2018-07-12 01:43:22 +0200
  • 360a494fd4 Store login time of users after successful auth. wolfbeast 2018-07-06 14:38:08 +0200
  • d69e27564b Issue #7 part 1: add login field to users table wolfbeast 2018-07-06 14:36:22 +0200
  • e20fc1662a
    Update README.md Moonchild 2018-03-31 08:50:43 +0000
  • c545d28ae1 Update readme for release. 0.14.0 wolfbeast 2018-03-21 22:34:38 +0100
  • 6d4ce8199b Improve quota handling further: wolfbeast 2018-01-22 16:52:20 +0100
  • ca9ae02b0e Remove erroneous over quota message when over min quota but not at max quota yet. wolfbeast 2018-01-21 13:39:17 +0100
  • b91b3fdbc1
    Merge pull request #5 from computersalat/dev Moonchild 2018-01-21 13:33:55 +0100
  • f27e734fc0 make Quota configurable, add Soft-/Hard-Quota [Min|Max] ChrisWi 2018-01-05 03:12:14 +0100
  • c249a5cf49 rework 'Invalid request' message, don't give too much info about what service is offered ChrisWi 2018-01-05 02:29:39 +0100
  • 3d368459e0 update README: fix typos, add missing v013b info ChrisWi 2017-01-02 23:09:33 +0100
  • 407cc8d3fa Stop debug spam + increase cap to 35M wolfbeast 2017-01-30 21:29:56 +0100
  • 1138e435ff Add over-quota limit. balu-master wolfbeast 2017-01-30 21:25:02 +0100
  • 6103412c77 Add quota debug logging facility wolfbeast 2017-01-30 21:24:39 +0100
  • ea2ade8abc Credit update wolfbeast 2016-04-23 11:21:19 +0200
  • 6228eb05fe Only use "on duplicate key update" insert statement on MySQL connections. (SQLite does not support this statement) wolfbeast 2016-04-23 11:13:55 +0200
  • 6d4ca91888 Credit update wolfbeast 2016-04-23 11:21:19 +0200
  • 06158570c5 Only use "on duplicate key update" insert statement on MySQL connections. (SQLite does not support this statement) wolfbeast 2016-04-23 11:13:55 +0200
  • 1d840ef750 Implement quota hard cap (refusal if over) wolfbeast 2016-02-07 14:41:47 +0100
  • 97fbaa6e45 Merge pull request #20 from MoonchildProductions/db-efficiency balu 2016-01-15 05:05:50 +0100
  • 1cd8de70d5 Replace REPLACE INTO with INSERT INTO. wolfbeast 2016-01-07 00:13:01 +0100
  • 540b41055b Replace REPLACE INTO with INSERT INTO, take 2: now without a dumb typo. wolfbeast 2016-01-07 00:13:01 +0100
  • 53cde46604 Revert "Replace the REPLACE INTO call for a much less expensive INSERT INTO call. This solves issue #4." wolfbeast 2016-01-06 23:56:34 +0100
  • 7439ba61db Replace the REPLACE INTO call for a much less expensive INSERT INTO call. This solves issue #4. wolfbeast 2016-01-06 20:54:08 +0100
  • 370ac68f88 Update README.md Moonchild 2015-07-15 12:43:03 +0200
  • 7712ec174d Delete account: add auth check. wolfbeast 2014-12-12 12:29:52 +0100
  • 3397c87059 Add stub for account removal. wolfbeast 2014-12-11 22:35:12 +0100
  • a31d12ed96 Re-word registration messages wolfbeast 2014-09-21 14:23:37 +0200
  • ad6e57a8c6 Merge pull request #18 from Trellmor/for-balu/changepwd 0.13.1 balu 2014-04-18 14:53:48 +0200
  • b22f18d5e5 Password wasn't hashed before saving it in the database if the user changed the password in the browser. Daniel Triendl 2014-04-10 18:29:28 +0200
  • 8bbcbd00a1 New version readme 0.13.0 balu 2013-07-05 03:44:56 +0200
  • f87c57fa2e Update TODO balu 2013-06-12 03:48:21 +0300
  • 3e6ff76fc3 Update TODO balu 2013-06-12 03:21:59 +0300
  • 583f11ada4 Change lenght of md5 field balu 2013-06-12 03:19:22 +0300
  • b20b5ea640 added missing contibutor (myself) balu 2013-06-12 03:12:25 +0300
  • bc576a7058 Merge pull request #12 from Trellmor/bcrypt balu 2013-06-11 16:55:37 -0700
  • c6f4f1a801 add bcrypt to settings.php on setup Daniel Triendl 2013-06-05 02:17:13 +0200
  • 649fa92bfa Check if BCRYPT const is defined Daniel Triendl 2013-06-05 02:08:17 +0200
  • 0030dd14be bcrypt testcase Daniel Triendl 2013-06-05 01:11:41 +0200
  • 3eecd85257 bcrypt Daniel Triendl 2013-06-05 01:11:26 +0200
  • 221ea8177c Update setup.php balu 2013-02-21 18:56:18 +0100
  • aeff7cb167 add hint that guessed server url may be wrong balu 2013-02-10 18:39:26 +0100
  • 3cc70411d0 Added ToDo list balu 2013-01-14 18:04:07 +0100
  • 228319992f Merge pull request #6 from thedd/master balu 2012-12-21 10:45:34 -0800
  • 0e53c7a7c1 Created a new variable in config.php and settings.php for the SQLite file David 2012-12-20 16:12:12 +0100
  • 982b704f69 Update README.md 0.12.0 balu 2012-10-20 15:53:25 +0300
  • 96f5c50dc4 added GPL license header balu 2012-10-20 14:38:54 +0200
  • 5634fa0d3f fixed typo. j-ed 2012-10-18 10:21:50 +0300
  • 4931d9523f modification to support iPhone/iPod Touch devices j-ed 2012-10-18 10:18:55 +0300
  • 4a7046cb71 moved iPhone/iPod Touch specific code from index.php to user.php j-ed 2012-10-18 10:05:13 +0300
  • c09c18fbe8 applied patch to support iPhone/iPod Touch devices j-ed 2012-10-16 20:52:08 +0300
  • 2011e0b534 include weave_utils.php to prevent 'function not found' error. j-ed 2012-10-16 16:19:49 +0300
  • 9b8208b289 made sure that all values are properly initialized j-ed 2012-10-16 16:16:44 +0300
  • c5a6001588 replaced 'report_error' by 'log_error' function j-ed 2012-10-16 16:11:54 +0300
  • 9c0c812886 allow characters '?' and '=' in collection string j-ed 2012-10-16 16:08:56 +0300
  • bfec022cf3 modified path handling to prevent 'invalid server url' error. j-ed 2012-10-16 15:59:19 +0300
  • 7273e1c6f9 Update index.php j-ed 2012-10-16 15:48:46 +0300
  • 97ec4caa0e little correction to the experimental URI grep cut out php params added to uri by ?... balu 2012-07-25 14:43:46 +0200
  • 5f3f679132 Merge branch 'master' of github.com:balu-/FSyncMS balu 2012-07-25 10:08:34 +0200
  • 7a5bdd46c6 added some experimental path recognition balu 2012-07-25 10:07:54 +0200
  • 0779045a95 Merge pull request #2 from dawnstrider/patch-1 balu 2012-07-17 03:07:15 -0700
  • 2e40df5672 Change type of password input field from "text" to "password" to prevent password from beeing seend and cached in browsers. dawnstrider 2012-07-17 11:50:01 +0300
  • 2e6d4edfdd Changed redirect to include to be compatible with webservers that redirect everything to index.php balu 2012-06-23 18:32:55 +0200
  • a961443320 Merge https://github.com/nafets/FSyncMS into Setup-Page balu 2012-06-23 10:59:15 +0200
  • 7957e5b19e some more informations for debugging nafets 2012-06-23 02:32:32 +0200
  • 1f53dbc540 removed the setup part nafets 2012-06-23 02:32:05 +0200
  • cb061849e0 fixed whitespace typo nafets 2012-06-23 02:31:36 +0200
  • ee05b4536b added some sanity checks nafets 2012-06-23 02:30:56 +0200
  • 708e839d06 removed finished todo list nafets 2012-06-23 02:27:17 +0200
  • 67b2b4cfae removed snip/snap part nafets 2012-06-23 02:23:07 +0200
  • 751f7214d3 remove settings.php, this will be generated by the setup utility nafets 2012-06-23 02:20:23 +0200
  • 659a16f158 added setup utility nafets 2012-06-23 02:19:54 +0200
  • 80721bcb3e Merge branch 'master' of https://github.com/nafets/FSyncMS nafets 2012-06-23 02:14:05 +0200
  • 6dea321da9 next version of the readme file nafets 2012-06-23 02:13:15 +0200
  • f29607a4c2 Modifications for the new setup file nafets 2012-06-23 02:12:41 +0200
  • b96881b126 next version of the readme file Stefan Fischer 2012-06-23 01:49:48 +0200
  • 872a1ff0f2 Modifications for the new setup file Stefan Fischer 2012-06-23 01:45:29 +0200
  • 6bacf75e72 ignore .swp .~ balu 2012-06-22 20:46:18 +0200
  • 92ba54feac Readme updated balu 2012-06-22 20:35:27 +0200
  • 227dbe40a8 Setup Page für FSyncMS Initialer Commit Stefan hat mir diese Erweiterung zukommen lassen, all credits to him balu 2012-06-22 20:28:06 +0200
  • f4fe3b46ed removed obsolete Readme balu 2012-06-19 20:36:55 +0200
  • 102dc80a03 Changed Readme Name 0.10 balu 2012-06-17 17:10:55 +0200
  • 93cf483ce1 FSyncMS v010 ====== MYSQL Support balu 2012-06-17 17:09:46 +0200
  • 77cfb2758b FSyncMS v 09 ====== Change Password now supported working with firefox 12 (and lower) 0.9.0 balu 2012-06-17 17:07:41 +0200
  • 5ea8138f2a Initial Commit FSyncMS v08 0.8.0 balu 2012-06-17 17:05:53 +0200