Commit Graph

134 Commits

Author SHA1 Message Date
Daniel Berteaud 0c3950edb6 Disable star_rate metadata for now (it breaks the details view, see https://github.com/ajaxplorer/ajaxplorer-core/issues/330) 2013-10-22 18:42:43 +02:00
Daniel Berteaud 2bb2261a20 Add support for meta.git history 2013-10-22 18:39:00 +02:00
Daniel Berteaud 15e60527a5 Add Metastore prop and support xattr metastore 2013-10-20 22:16:27 +02:00
Daniel Berteaud 3419ecac23 Add pydio in the account database 2013-10-18 13:43:55 +02:00
Daniel Berteaud 867f022263 Add core.mailer configuration 2013-10-18 13:43:30 +02:00
Daniel Berteaud 18ab64fc01 Some missing ajaxplorer -> pydio rename in the spec file 2013-10-17 18:23:50 +02:00
Daniel Berteaud 21aa5deb60 Add a migrate fragment for the configuration database to move ajaxplorer props to pydio 2013-10-17 18:21:59 +02:00
Daniel Berteaud 034f9fc680 Massive rename of path and DB entries in tempaltes and scripts (Ajaxplorer -> Pydio) 2013-10-17 18:09:57 +02:00
Daniel Berteaud 2d8966e9e6 Rename and adjust httpd.conf templates 2013-10-17 18:03:19 +02:00
Daniel Berteaud 8d83cf1c31 Handle the migration of the MySQL database from ajaxplorer to pydio 2013-10-17 17:55:06 +02:00
Daniel Berteaud e1e15054b3 Update the SQL init script to pydio instead of Ajaxplorer 2013-10-17 17:50:09 +02:00
Daniel Berteaud 9b4c520180 Rename all the templates (Ajaxplorer -> Pydio) 2013-10-17 17:48:23 +02:00
Daniel Berteaud 2fc152b87d Rename and adjust events scripts (Ajaxplorer -> Pydio) 2013-10-17 17:36:58 +02:00
Daniel Berteaud 741270d1bb Rename and adjust cron task (Ajaxplorer -> Pydio) 2013-10-17 17:33:26 +02:00
Daniel Berteaud 8d75f28ec6 Rename ajxppdftotext to pydiopdftotext 2013-10-17 17:31:14 +02:00
Daniel Berteaud e371e817fa Rename spec file for pydio 2013-10-17 17:30:17 +02:00
Daniel Berteaud 2544f869c6 update spec file 2013-10-15 15:32:38 +02:00
Daniel Berteaud 3463055a23 Stop removing rights.ser file, as permissions are now handled in role.ser 2013-10-15 15:29:32 +02:00
Daniel Berteaud c23a8e2ee8 Use the generic JSON::true and JSON::false boolean notation so it can work with JSON::XS (if installed) or JSON::PP 2013-10-15 15:28:16 +02:00
Daniel Berteaud 07206b904b update spec file 2013-10-15 15:27:22 +02:00
Daniel Berteaud 68d86c7b17 Correctly unlink lock files in indexer script 2013-10-09 10:34:59 +02:00
Daniel Berteaud bc5240af4f Add missing File::stat module in indexer script 2013-10-09 09:19:35 +02:00
Daniel Berteaud d79ee7acb9 Disable xsendfile for now as it doesn't work with ZIP generated by powerfs 2013-10-08 18:37:04 +02:00
Daniel Berteaud 7720210ebe Various fixes in plugins_configs.ser templates 2013-10-08 18:07:21 +02:00
Daniel Berteaud 215c091c88 Enable ckeditor 2013-10-08 16:08:00 +02:00
Daniel Berteaud a21b08a9a4 Enable and configure the imagick editor 2013-10-08 16:07:08 +02:00
Daniel Berteaud af046139f9 make sure the indexer lock is removed 2013-10-08 10:19:59 +02:00
Daniel Berteaud e69ada4ee6 Fix sending indexer output to /dev/null 2013-10-08 09:45:52 +02:00
Daniel Berteaud 587ba5234d Remove the indexer lock if it's too old (> 5 hours) 2013-10-07 16:43:14 +02:00
Daniel Berteaud 23bbb41220 Grant access to the admin user on every share, regardless of the actual permissions. admin anyway already has access on the filesystem, so this just makes sure he'll have the same perms through Ajaxplorer. It's also needed for the indexer feature to work 2013-10-07 16:33:04 +02:00
Daniel Berteaud 8dced78dc7 Add an indexer cron job 2013-10-07 16:30:19 +02:00
Daniel Berteaud 714b11a2cf First try to index PDF with pdftotext, and fallback to gs if pdftotext cannot extract any usefull information 2013-10-07 08:46:39 +02:00
Daniel Berteaud a54a1a593b Add indexing support using the lucene engine 2013-10-03 18:38:50 +02:00
Daniel Berteaud 60f81967b2 Allow everythin under /var/lib/ajaxplorer (tmp for example is also needed) 2013-10-03 12:44:51 +02:00
Daniel Berteaud ad60e37425 Enable xsendfile to reduce CPU load when downloading big file. Also enable posix to get permissions, and probe real size 2013-10-03 12:05:40 +02:00
Daniel Berteaud 66dcd25331 Make sure output_buffering is disabled 2013-10-03 11:39:18 +02:00
Daniel Berteaud de33bd9fbd Enable powerfs, lets use an external zip process to create archives when users download a selection of files or a folder 2013-10-03 11:27:37 +02:00
Daniel Berteaud 4827f330be Grant apache read/write access to bootstrao.json 2013-10-03 11:14:39 +02:00
Daniel Berteaud b800430162 Use pretty JSON output in bootstrap.json templates 2013-10-03 11:13:25 +02:00
Daniel Berteaud 3d85c4fa95 Correctly remove parameters array in role files (so we can add/remove email and display name) 2013-10-03 10:48:41 +02:00
Daniel Berteaud 3c7856c549 Enable command line framework 2013-10-03 10:00:02 +02:00
Daniel Berteaud 80627c8ce4 Correctly represent boolean values in serialized data 2013-10-03 09:50:20 +02:00
Daniel Berteaud 29b3215d65 Automatically set email and display names for users 2013-10-03 09:48:37 +02:00
Daniel Berteaud 2a621eada1 Make the sql init file executable 2013-10-03 09:00:59 +02:00
Daniel Berteaud 622f8f3eac expand bootstrap.json templates 2013-10-02 19:53:28 +02:00
Daniel Berteaud 9970dfc9f4 Initialize variables in bootstrap.json templates 2013-10-02 19:52:42 +02:00
Daniel Berteaud 4b1d0517ba Fix createlinks (don't create php headers twice for bootstrap_plugins.php) 2013-10-02 19:39:02 +02:00
Daniel Berteaud cf273d4871 Enable notifications 2013-10-02 19:35:36 +02:00
Daniel Berteaud 41305fa1e4 Enable meta.watch on repositories 2013-10-02 19:32:05 +02:00
Daniel Berteaud aaef4c4bf4 Remove templates for bootstrap_plugins.php, and make sure this file is now empty 2013-10-02 19:30:05 +02:00