Daniel Berteaud
|
cb6175891b
|
Allow to glabally disable indexer, but enable it on specific shares
|
11 years ago |
Daniel Berteaud
|
ffe07b3768
|
Revert "Disable powerfs for now, it breaks publiclets"
Problems with Powerfs plugins have been fixed in Pydio 5.2.1
This reverts commit 6cfae2b4ee .
|
11 years ago |
Daniel Berteaud
|
74bd399b4e
|
Grant access to the dashboard for every user
|
11 years ago |
Daniel Berteaud
|
074dfa87cc
|
Enable the quicksend plugin
|
11 years ago |
Daniel Berteaud
|
3da140776f
|
Enable auth.serial as a slave auth backend to allow folder sharing
|
11 years ago |
Daniel Berteaud
|
9dfb887fd0
|
Reduce min password length to 4
|
11 years ago |
Daniel Berteaud
|
52fbd05735
|
Disable fast checks, they prevent user profile dir creation
|
11 years ago |
Daniel Berteaud
|
6cfae2b4ee
|
Disable powerfs for now, it breaks publiclets
|
11 years ago |
Daniel Berteaud
|
94c29babfd
|
Add the AdminInterface prop to toggle access to the native Pydio admin interface (default to disabled)
|
11 years ago |
Daniel Berteaud
|
e1dd9251e9
|
Enable the dashboard pseudo workspace
|
11 years ago |
Daniel Berteaud
|
247f7506fc
|
Correctly set permission on the 'home' repo if enabled
|
11 years ago |
Daniel Berteaud
|
61f5ead07d
|
Makes sure role.ser has the correct privileges
|
11 years ago |
Daniel Berteaud
|
08bede6b5d
|
Define max_execution_time=3600 instead of using the default (60 sec)
|
11 years ago |
Daniel Berteaud
|
98a3ecb240
|
Do not remove the locales cache on webapps-update event, instead, it'll be flushed during the upgrade of the pydio rpm
|
11 years ago |
Daniel Berteaud
|
b4f4e16aab
|
output_buffering is a php_flag, not a php_value
|
11 years ago |
Daniel Berteaud
|
a6c2eb8064
|
One more Ajaxplorer -> Pydio renaming
|
11 years ago |
Daniel Berteaud
|
98701cfbbd
|
Missed a Ajaxplorer -> Pydio rename in roles.ser templates
|
11 years ago |
Daniel Berteaud
|
48d37dba87
|
Fix domain name in sender email address
|
11 years ago |
Daniel Berteaud
|
c660ad6026
|
Use the new Pydio prop on share to check if access is enabled
|
11 years ago |
Daniel Berteaud
|
1b5123d525
|
Migrate user props from AjxpHomeDir to PydioHomeDir
|
11 years ago |
Daniel Berteaud
|
eb4db1e78b
|
Migrate Ajaxplorer props to Pydio (in share DB entries)
|
11 years ago |
Daniel Berteaud
|
0c3950edb6
|
Disable star_rate metadata for now (it breaks the details view, see https://github.com/ajaxplorer/ajaxplorer-core/issues/330)
|
11 years ago |
Daniel Berteaud
|
2bb2261a20
|
Add support for meta.git history
|
11 years ago |
Daniel Berteaud
|
15e60527a5
|
Add Metastore prop and support xattr metastore
|
11 years ago |
Daniel Berteaud
|
3419ecac23
|
Add pydio in the account database
|
11 years ago |
Daniel Berteaud
|
867f022263
|
Add core.mailer configuration
|
11 years ago |
Daniel Berteaud
|
21aa5deb60
|
Add a migrate fragment for the configuration database to move ajaxplorer props to pydio
|
11 years ago |
Daniel Berteaud
|
034f9fc680
|
Massive rename of path and DB entries in tempaltes and scripts (Ajaxplorer -> Pydio)
|
11 years ago |
Daniel Berteaud
|
2d8966e9e6
|
Rename and adjust httpd.conf templates
|
11 years ago |
Daniel Berteaud
|
8d83cf1c31
|
Handle the migration of the MySQL database from ajaxplorer to pydio
|
11 years ago |
Daniel Berteaud
|
e1e15054b3
|
Update the SQL init script to pydio instead of Ajaxplorer
|
11 years ago |
Daniel Berteaud
|
9b4c520180
|
Rename all the templates (Ajaxplorer -> Pydio)
|
11 years ago |
Daniel Berteaud
|
2fc152b87d
|
Rename and adjust events scripts (Ajaxplorer -> Pydio)
|
11 years ago |
Daniel Berteaud
|
741270d1bb
|
Rename and adjust cron task (Ajaxplorer -> Pydio)
|
11 years ago |
Daniel Berteaud
|
8d75f28ec6
|
Rename ajxppdftotext to pydiopdftotext
|
11 years ago |
Daniel Berteaud
|
3463055a23
|
Stop removing rights.ser file, as permissions are now handled in role.ser
|
11 years ago |
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
|
11 years ago |
Daniel Berteaud
|
68d86c7b17
|
Correctly unlink lock files in indexer script
|
11 years ago |
Daniel Berteaud
|
bc5240af4f
|
Add missing File::stat module in indexer script
|
11 years ago |
Daniel Berteaud
|
d79ee7acb9
|
Disable xsendfile for now as it doesn't work with ZIP generated by powerfs
|
11 years ago |
Daniel Berteaud
|
7720210ebe
|
Various fixes in plugins_configs.ser templates
|
11 years ago |
Daniel Berteaud
|
215c091c88
|
Enable ckeditor
|
11 years ago |
Daniel Berteaud
|
a21b08a9a4
|
Enable and configure the imagick editor
|
11 years ago |
Daniel Berteaud
|
af046139f9
|
make sure the indexer lock is removed
|
11 years ago |
Daniel Berteaud
|
e69ada4ee6
|
Fix sending indexer output to /dev/null
|
11 years ago |
Daniel Berteaud
|
587ba5234d
|
Remove the indexer lock if it's too old (> 5 hours)
|
11 years ago |
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
|
11 years ago |
Daniel Berteaud
|
8dced78dc7
|
Add an indexer cron job
|
11 years ago |
Daniel Berteaud
|
a54a1a593b
|
Add indexing support using the lucene engine
|
11 years ago |
Daniel Berteaud
|
60f81967b2
|
Allow everythin under /var/lib/ajaxplorer (tmp for example is also needed)
|
11 years ago |