Björn Schießle
|
544a46c690
|
remove used space for versions from db is a user was deleted
|
2013-04-11 14:39:56 +02:00 |
Tom Needham
|
e58dbd46fc
|
Merge in master
|
2013-03-09 00:04:33 +00:00 |
Tom Needham
|
370f202251
|
Rebase to current master
|
2013-03-05 00:25:56 +00:00 |
j-ed
|
20a45d547a
|
Update app.php
suppress log messages like `include path for class \"OCA\\Files_Versions\\Storage\" starts with \"apps\/\"`.
|
2013-03-02 12:26:13 +01:00 |
Björn Schießle
|
f8bcd38d4d
|
remove admin settings from app.php
|
2013-02-27 15:53:08 +01:00 |
Björn Schießle
|
d426a09f90
|
Merge pull request #1752 from schiesbn/versioning_use_new_filesystem_api
Versioning app use new filesystem api
|
2013-02-20 03:38:37 -08:00 |
Thomas Mueller
|
f343d9d247
|
files_versions no longer contains a personal settings page -> remove the call
|
2013-02-18 23:04:22 +01:00 |
Björn Schießle
|
efa024cc62
|
fix getUidAndFilename() function
|
2013-02-18 11:19:40 +01:00 |
Tom Needham
|
5ad1b63f76
|
Fix api result merging.
|
2013-02-09 12:50:19 +00:00 |
Tom Needham
|
5d14a2cc46
|
Merge in master
|
2013-02-09 12:05:48 +00:00 |
Tom Needham
|
5102596e6d
|
Add capabilities exposure to the versioning app
|
2013-02-09 11:53:54 +00:00 |
Bart Visscher
|
148e4facfa
|
Change files_versions namespace to OCA\Files_Versions
|
2013-02-05 17:46:39 +01:00 |
Björn Schießle
|
f15deaf556
|
listen to post delete event to allow the trash bin to create a copy of the version first
|
2013-01-22 15:32:57 +01:00 |
Michael Gapczynski
|
63a2271c78
|
Change post_write hook to write to prevent creating a duplicate of the original file on upload
|
2012-12-16 15:08:18 -05:00 |
Felix Moeller
|
30d7993e01
|
Checkstyle fixes: NoSpaceAfterComma
|
2012-11-04 11:10:46 +01:00 |
Thomas Mueller
|
ebb28412ca
|
no more require_once()
|
2012-09-05 23:28:59 +02:00 |
Bjoern Schiessle
|
55cde0e5aa
|
moved remove and rename hook to libs/hooks.php
|
2012-07-05 11:35:08 +02:00 |
Sam Tuke
|
a775deaf22
|
Moved hooks and versions.php into new lib directory
Part-ported filesystem operations to OC_FilesystemView
Refactored Storage class to depend on an OC_FsV object and have fewer static classes
|
2012-07-03 17:42:51 +01:00 |
Bjoern Schiessle
|
e5792cc064
|
adjust the name and/or location of the stored versions if the actual file gets moved or renamed
|
2012-06-28 14:06:20 +02:00 |
Bjoern Schiessle
|
f22f49671b
|
move hook to erase versions from deleted files to the right place
|
2012-06-28 12:42:47 +02:00 |
Brice Maron
|
d39d7fb9ff
|
Remove references to /apps/ and correct inclusion of settings
|
2012-06-22 22:05:39 +00:00 |
Sam Tuke
|
72215a818d
|
added new user settings interface for deleting old file versions
fixed OCA_VersionsexpireAll() to use native PHP readdir()
removed local storage implementation of readdir()
|
2012-06-20 18:25:12 +01:00 |
Bart Visscher
|
cd934d5d89
|
Adjust OC_Filesystem use in hooks to string, so the class is loaded as late as possible
|
2012-06-20 17:10:49 +02:00 |
Bart Visscher
|
a33f580db1
|
Remove OC_App::register function
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
|
2012-05-31 13:01:30 +02:00 |
Sam Tuke
|
27f7dae932
|
removed closing php tag
|
2012-05-22 13:42:55 +01:00 |
Thomas Mueller
|
583dce5276
|
removing executable bit - again
|
2012-05-15 00:52:00 +02:00 |
Sam Tuke
|
03fad97764
|
fixed some include path issues
imroved wording of history page revert instructions
cleaned up js call to ajax getVersions.php
|
2012-05-11 13:17:37 +01:00 |
Frank Karlitschek
|
9bcc5c11a8
|
porting the hooks and starting with the templates
|
2012-05-05 10:18:45 +02:00 |
Frank Karlitschek
|
2fe646dcec
|
ported the oc_app calls
|
2012-05-02 00:50:26 +02:00 |
Frank Karlitschek
|
1a2bbd2ee4
|
ported addSyript and other small stuff
|
2012-05-01 20:03:41 +02:00 |
Sam Tuke
|
8ae1430090
|
added script and loaded it for adding history button
|
2012-04-25 13:56:43 +01:00 |
Frank Karlitschek
|
4ea927a798
|
wrote a new versioning app over the weekend. Basic functionality to far but it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing.
|
2012-04-23 23:54:49 +02:00 |