Commit History

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