1
0
mirror of https://github.com/ZotPrime/zotprime.git synced 2021-11-01 23:17:40 +03:00

1451 Commits

Author SHA1 Message Date
Samuel Hassine
8f5e113495 [documentation] Change README, new name 2021-04-23 23:42:05 +02:00
Samuel Hassine
ff8b1bc53d Rollback 2018-10-27 18:53:01 +02:00
Samuel Hassine
e8290570a7 Rollback 2018-10-27 17:48:39 +02:00
Samuel Hassine
cecdb9ce90 Change name 2018-10-26 14:09:27 +02:00
Samuel Hassine
59c2106470 Change name 2018-10-26 14:05:10 +02:00
Samuel Hassine
626a685a62 Enhance README 2018-10-26 12:45:21 +02:00
Samuel Hassine
65c033841d Enhance README 2018-10-26 12:44:21 +02:00
Samuel Hassine
874b9b7421 Enhance README 2018-10-26 12:41:20 +02:00
Samuel Hassine
a27d000fcd Release 2018-10-26 12:30:51 +02:00
Samuel Hassine
d867f524fd Fix initialization 2018-10-26 11:48:59 +02:00
Samuel Hassine
a4abfbd408 Fix initialization 2018-10-26 11:48:56 +02:00
Samuel Hassine
db3431046e Moved to 5.0.57 2018-10-25 21:43:56 +02:00
Samuel Hassine
25593d0d82 Add submodule 2018-10-25 20:21:33 +02:00
Samuel Hassine
d40107e25b Sanitize 2018-10-25 17:23:30 +02:00
Samuel Hassine
439ed411c4 Sanitize 2018-10-25 17:22:21 +02:00
Samuel Hassine
f787e60d4a Fix 2018-10-25 17:06:12 +02:00
Samuel Hassine
6a1cddc983 Configuration before build 2018-10-25 15:43:44 +02:00
Samuel Hassine
5bda9dd645 Update the README 2018-10-25 15:08:29 +02:00
Samuel Hassine
fae9ad360b Add Zend and new submodules for client 2018-10-25 14:54:06 +02:00
Samuel Hassine
e42371b546 Zotero dataserver configuration 2018-10-25 14:26:00 +02:00
Samuel Hassine
1e5ec04ee6 Add docker packaging 2018-10-25 14:19:07 +02:00
Dan Stillman
6c17289c11 Update Mendeley import predicates 2018-10-09 02:34:57 -04:00
Dan Stillman
da0d6d3a50 Include port in Redis host config
Cluster mode doesn't work without it
2018-10-09 00:28:02 -04:00
Dan Stillman
6b8ec37cc1 Revert REDIS_CONFIG to REDIS_HOSTS
"CONFIG" is a bit redundant, and it's still more or less describing
hosts. (The prefix is configured separately.)
2018-10-08 17:44:06 -04:00
Martynas Bagdonas
a30286fcee Add a cluster configuration option for Redis (#84) 2018-10-08 17:27:43 -04:00
Dan Stillman
e960825db3 Get username from www when not cached
Now that username changes are a thing, we need to refresh the username
from the www database periodically.
2018-09-27 03:57:47 -04:00
Dan Stillman
88032c80fe Only cache usernames for 12 hours
Now that we're allowing username changes, we shouldn't cache them
indefinitely (and probably should do better than this, though it's
purely cosmetic).
2018-09-25 01:55:46 -04:00
Dan Stillman
0a5ef2464d Handle deleted createdByUser/lastModifiedByUser 2018-09-10 12:50:41 -04:00
Dan Stillman
217b691e72 Fix potential NotifierObserver error when deleting group 2018-08-21 02:45:19 -04:00
Dan Stillman
e0ade82352 Fix bug in classic sync full-text code
From dba201a6
2018-08-18 02:39:47 -04:00
Dan Stillman
bbe007add8 DB update script to populate storageFileLibraries 2018-08-18 02:39:47 -04:00
Dan Stillman
811f1e1a5c Ignore empty tags instead of returning error 2018-08-18 02:38:31 -04:00
Dan Stillman
a1442010a5 Don't return 4.0 EOL error on dev site 2018-07-13 17:17:06 -04:00
Martynas Bagdonas
8a15d120a9 Single legacy S3 file support (#76) 2018-07-13 17:12:39 -04:00
Dan Stillman
45be26afe9 Automatically increase frequency of 4.0 EOL message
And automatically disable syncing after August 1
2018-07-13 16:21:14 -04:00
Dan Stillman
faa37bc260 Show 4.0 sync EOL message once a day 2018-07-13 15:51:40 -04:00
Martynas Bagdonas
0c1bce50ba Compress fulltext, set storage class (#80) 2018-06-22 12:32:28 -04:00
Dan Stillman
8ed95b0ed9 Store full text as STANDARD_IA 2018-06-21 17:41:59 -04:00
Dan Stillman
4fd358e00a Increase indexing delay in full-text text
Indexing is now done via an S3-triggered Lambda function. It seems to
still happen in under a second, but increase to 3 seconds just to be
safe.
2018-06-21 00:33:53 -04:00
Martynas Bagdonas
dba201a603 Keep fulltext data in S3 instead of Elasticsearch (#49) 2018-06-19 14:02:30 -04:00
Dan Stillman
02b22e14f3 Remove mendeleyDB:folderID predicate 2018-06-03 02:09:08 -04:00
Dan Stillman
2dafcfad97 Update test for 27d47bd4f 2018-06-03 02:08:06 -04:00
Dan Stillman
27d47bd4f7 Fix potential 500 instead of 409 when parent item fails
If a parent item fails (say, because of a too-long tag), a child item
created in the same request should get a 409 code. If the parent item
was assigned to a collection, the child item was getting a 500 instead.
2018-06-03 01:18:24 -04:00
Dan Stillman
0a83ce4a94 Generalize relation handling across items and collections
Allow arrays of values for collection relations

Also allow new predicates for Mendeley import
2018-06-03 00:30:03 -04:00
Dan Stillman
5475b39e69 Fix display of error message on testing site 2018-06-03 00:30:03 -04:00
Martynas Bagdonas
85853a37dd Fix schema (#77) 2018-06-01 02:32:39 -04:00
Dan Stillman
f33616c167 Cache bibliographies for 15 minutes
Could be longer, but otherwise style updates would take longer to show
up.
2018-04-02 01:49:32 -04:00
Dan Stillman
6ad0695a00 Increase upload limit from 4 GB to 5 GB and return explicit error 2018-04-02 01:49:25 -04:00
Dan Stillman
7f8907255d Clean logged request URIs 2018-03-13 02:26:26 -04:00
Dan Stillman
e4a6da49bf Test for cc2b7390e0 2018-03-13 02:25:49 -04:00