ospalh
b0f4accdce
Looks like the old code missed a 'self.'.
...
Simplified a bit.
2013-12-16 15:49:36 -06:00
ospalh
c0d3b06ea3
Semi-automatically remove trailing whitespace.
2013-12-16 15:49:27 -06:00
jdoe0
e12ecedbf0
Update README.md
2013-12-07 17:29:30 -06:00
Alexander Grüneberg
d23dd0122a
Fix initial user creation.
...
sqlite3.connect automatically creates a database file if it doesn't
exist yet. Consequently, os.path.isfile will always return true, the
auth table won't be created, and inserting a user will fail.
2013-12-06 16:19:27 -06:00
David Snopek
33c0fdcd1f
Got ankiserverctl.py working on my system, installing into the system bin/ and working with config files in another directory.
...
Conflicts:
setup.py
2013-12-06 16:14:22 -06:00
jdoe0
a18d806b06
Update README.md
2013-12-06 15:57:15 -06:00
jdoe0
e1db4aa67f
Update README.md
2013-10-29 16:48:02 -05:00
jdoe0
93ad7c5dfe
Added launcher script
2013-10-24 04:51:32 -05:00
jdoe0
1bee3298d7
Added wrapper script
2013-10-24 04:44:38 -05:00
jdoe0
1fd9aa5e47
Update README.md
2013-10-20 19:18:48 -05:00
jdoe0
6805ca9936
Update README.md
2013-10-20 18:57:58 -05:00
jdoe0
95ef2b9155
Update README.md
2013-10-20 01:14:11 -05:00
jdoe0
b3e823a19a
Update README.md
2013-10-20 01:07:36 -05:00
jdoe0
4e8f16eec8
Updated README
2013-10-20 00:36:27 -05:00
jdoe0
5fe057961e
Changed module name to ankisyncd
2013-10-19 00:46:55 -05:00
jdoe0
f6acc0dafb
Renamed AnkiServer folder to src
2013-10-13 16:12:25 -05:00
jdoe0
e72635406f
Renamed LICENSE.txt to COPYING
2013-10-13 16:10:00 -05:00
jdoe0
fde985651b
Remove dotfiles
2013-10-13 16:09:18 -05:00
jdoe0
bd58e02319
Merge sync_app.py from upstream
2013-10-13 16:03:07 -05:00
David Snopek
0daf0a7cd9
Added a LICENSE.txt for the GNU Affero GPL.
2013-08-14 19:20:29 +07:00
jdoe0
64f2f7352a
Properly close database connection in DatabaseAuthSyncApp.authenticate()
2013-08-14 19:20:29 +07:00
jdoe0
e0e46904bb
Updated README.md
2013-08-14 19:20:29 +07:00
jdoe0
d573bf6b42
Remove things not needed by sync_app
2013-08-14 18:47:47 +07:00
jdoe0
fd58fcd9ec
Updated README.md
2013-08-02 11:23:30 +07:00
jdoe0
45d36a7a97
Moved the implementation of sqlite-based authentication to DatabaseAuthSyncApp
2013-08-02 10:57:55 +07:00
jdoe0
942c9b34dc
Fixed bad indentation
2013-08-02 10:27:27 +07:00
jdoe0
a99f4f6176
Merge branch 'master' of https://github.com/dsnopek/anki-sync-server
2013-08-02 10:17:59 +07:00
David Snopek
04fb2df995
Correctly store 'time' in the revlog, when 'timerStarted' is passed to 'answer_card'.
2013-08-01 21:45:16 +01:00
jdoe0
c8501cf8aa
Merge https://github.com/dsnopek/anki-sync-server
2013-08-02 01:35:27 +07:00
jdoe0
f4cfde621e
Put authentication database path in ini file
2013-08-02 01:30:04 +07:00
jdoe0
f17ccd954c
Updated README.md
2013-08-02 01:09:28 +07:00
jdoe0
654240abca
Added basic authentication support
2013-08-02 00:08:32 +07:00
David Snopek
4e2c697abc
Fix for a JSON encoding "quirk" in PHP
2013-08-01 17:29:19 +01:00
David Snopek
0e1322e1cd
Allow pulling a section of the revlog.
2013-08-01 17:04:14 +01:00
David Snopek
7dcde6ac7a
Oops! Fixed bug when preloading a card from 'latest_cards'.
2013-07-31 20:31:48 +01:00
David Snopek
3cc7558936
Added a way to get the latest cards.
2013-07-31 20:24:59 +01:00
David Snopek
549b6d3e09
Added a way to get recently updated notes.
2013-07-31 20:17:26 +01:00
David Snopek
5526956698
Added a way to get the latest revlog entry for a card.
2013-07-31 20:01:35 +01:00
David Snopek
7f3ffc00f6
Fixed updating existing notes.
2013-07-31 19:26:38 +01:00
David Snopek
294afba2ac
Added a quick way to get a list of all collections.
2013-07-31 18:17:58 +01:00
David Snopek
02ea97f6d9
Fixed issue with non-existant member.
2013-07-31 16:59:13 +01:00
David Snopek
d6c1ae164c
Implemented a way to re-import from an .apkg file and update the existing notes.
2013-07-30 17:10:49 +01:00
David Snopek
442037c211
Implemented 'cards_recent_ease' to pull a list of the most recent answers to a list of cards.
2013-07-27 13:41:20 +01:00
David Snopek
e8b9204b7b
Include all browser prefixes for CSS3 'transform'.
2013-07-26 20:52:36 +01:00
David Snopek
db96bc1ac7
* Fixed 'cards' report
...
* Allow adjusting width/height
* Wrap the individual reports so we can do special styling if necessary
2013-07-26 20:43:03 +01:00
David Snopek
be72e8ef25
Generate collection/deck graphs.
2013-07-26 20:16:26 +01:00
David Snopek
2239fb8f41
Added 'stats_report' for cards.
2013-07-26 19:25:42 +01:00
David Snopek
b97f34d741
Allow passing order into 'find_cards'.
2013-07-26 19:16:26 +01:00
David Snopek
0798415076
* Fixed bug in 'find_cards'.
...
* Seperated CSS and HTML on the cards.
2013-07-26 14:09:25 +01:00
David Snopek
dbed1ef303
Fixed adding/removing tags via card (no unit tests, yet :-/)
2013-07-26 13:38:50 +01:00