Hadi Nategh
fbf620ba90
Add discard icon for collab editor
2016-11-08 15:14:01 +01:00
Hadi Nategh
a51fdfbc81
Implement copy_link action for filemanager contextmenu in order to be able to copy webdav url of a file/folder into clipboard
2016-10-24 12:55:20 +02:00
Ralf Becker
8325dd845f
allow to open symlinks to directories like directories
2016-08-29 19:49:20 +02:00
nathangray
7738de2dec
Filemanager paste actions
...
- add paste to nm placeholder actions
- add basic folder permissions check
- disable paste if no files in clipboard
2016-08-29 09:37:33 -06:00
nathangray
043c079f80
Override automatic paste actions with our own to add certain directories as additional paste targets
2016-08-24 14:28:55 -06:00
Hadi Nategh
d622af8c44
W.I.P. collab editor:
...
- Implement create new empty document
2016-08-23 17:57:17 +02:00
Hadi Nategh
521c0e74fe
W.I.P. collab editor:
...
- Fix path indicator shows webdav.php as prefix
2016-08-23 15:26:59 +02:00
Hadi Nategh
6d80f6c351
W.I.P. collab editor:
...
- Implement discard changes action
2016-08-22 17:47:00 +02:00
Hadi Nategh
fcff069f45
W.I.P. collab editor:
...
- Fix minor bugs caught by scrutinizer
2016-08-19 18:00:17 +02:00
Hadi Nategh
b44961ba4c
W.I.P. collab editor:
...
- Implement genesis url and saving mechanism
2016-08-19 16:38:56 +02:00
Ralf Becker
f1f8c4e98d
* Filemanager/WebDAV: generally deny user to delete directories /, /home, /apps, /templates (last 2 incl. subdirectories)
2016-08-18 10:04:36 +02:00
Hadi Nategh
307e59e7ab
W.I.P collab Editor:
...
- Implement user access to a document
- Implement leave session mechanism for user
- Implement single document network for an user (user be able to open a doc multiple times from same or other instances and get them all synced)
2016-08-17 17:23:22 +02:00
Hadi Nategh
e8a0028cf8
W.I.P collab Editor:
...
- Migrate collab editor parts to its own module
- Add dojo configuration, neccessary for running wodocollabtexteditor
2016-08-16 12:47:00 +02:00
Hadi Nategh
9f6de28dea
W.I.P of collaborative odf editor
2016-08-03 18:15:27 +02:00
Hadi Nategh
748e861580
Open Office Editor W.I.P:
...
- Add New action into context menu as well
- Fix calling cancel on save dialog set a wrong path
2016-07-20 16:44:37 +02:00
Hadi Nategh
744d0bd305
Open Office Editor W.I.P:
...
- Implement Save As action
2016-07-20 15:55:47 +02:00
Hadi Nategh
40f3dce568
Open Office Editor W.I.P:
...
- Add Edit option in filemanager's contextmenu
2016-07-20 10:34:52 +02:00
Hadi Nategh
859f38de61
W.I.P. of implementation and integration of open office document editor (.odt) with file system
2016-07-19 18:20:26 +02:00
Ralf Becker
47e1c995f7
fix Scrutinizer "bugs"
2016-07-02 14:02:13 +02:00
Ralf Becker
79b03740c6
fix Scrutinizer "bugs"
2016-07-02 12:39:28 +02:00
Ralf Becker
d5122139ab
* Filemanager/Projectmanager: fix broken layout when showing /apps/projectmanager eg. opening Filemanager from PM
2016-06-09 16:20:18 +02:00
nathangray
b4dfee24ff
Fix sudo() always returned true, even if you got the password wrong
2016-05-30 10:02:57 -06:00
Hadi Nategh
60bc400313
Fix modified view templates are not getting updated because of no cache-buster modification timestamp
2016-05-25 16:44:36 +02:00
Ralf Becker
1587c977b8
use new api in filemanager
2016-05-05 07:20:07 +00:00
Ralf Becker
209686013d
fix PHP Fatal class egw_sharing not found and replaced all api calls with new namespaced classes
2016-03-21 10:06:54 +00:00
Ralf Becker
396478215c
work in progress styling filemanager list: having now only one row with [+] button to upload, not yet giving path all remaining space
2016-03-08 13:55:26 +00:00
Hadi Nategh
4787b3e81e
Mobile theme W.I.P:
...
- Fix filemanager view template name
2016-03-03 14:13:56 +00:00
Hadi Nategh
c4362ba7b4
Mobile theme W.I.P.:
...
-Implement filemanager edit setting dialog and view mode
2016-02-11 09:49:47 +00:00
Ralf Becker
29c73a8694
* Filemanager: add ability to finally delete all old versions or deleted files from a versioned directory
2016-01-21 11:49:50 +00:00
Ralf Becker
20728fb2fd
* LDAP/AD/UCS/Filemanager: group-names were displayed as " #123 " instead of name
...
caused by LDAP backend needs correct negative sign for groups, while SQL backend finds groups also with there positive id
2015-03-27 09:28:46 +00:00
Nathan Gray
d183cc801f
Special handling for path when favorite is set via GET parameter
2015-02-02 17:50:45 +00:00
Nathan Gray
6ffca62c3c
Exposé [mostly] working with filemanager list (pagination goes forward, not back)
2015-01-20 23:58:38 +00:00
Nathan Gray
0f6eeed9ca
For filemanager index, store current view (tile/row) as implicit preference
2015-01-16 17:07:18 +00:00
Nathan Gray
28410fc81b
Always include comments in tile view since there are no columns to change.
2015-01-16 16:50:52 +00:00
Nathan Gray
abb02c7b40
Add ability to store view in favorites, so tiles can be put on home.
...
Still some bugs in resizing with this in the home portlet.
2015-01-13 21:56:54 +00:00
Ralf Becker
00b22e82bf
if initial load is done via GET request (idots template or share.php), get_rows cant call app.filemanager.set_readonly
...
setting now value "initial_path_readonly" in content and use that in app.filemanager.et2_ready() to call set_readonly()
2014-12-10 10:32:47 +00:00
Nathan Gray
6dcb8cbbf5
Fix drop of mail onto filemanager
2014-12-09 16:29:00 +00:00
Ralf Becker
efc14ee2dc
fixed session creation for Pixelegg or Stylite template and added extra css for a simplified sharing GUI
2014-12-09 12:08:00 +00:00
Nathan Gray
d7956554de
Add support for filemanager favorites in home
2014-12-05 19:34:12 +00:00
Ralf Becker
cf9326391c
document tooltip name "hint" for actions
2014-12-04 09:19:03 +00:00
Ralf Becker
75688e8cb8
allow to share files and directories from filemanager via mail app
2014-12-03 16:25:10 +00:00
Nathan Gray
a538706de5
- Fix missing new directory icon in context menu
...
- Fix drop/paste into empty directory
2014-11-24 16:25:05 +00:00
Ralf Becker
f1a686e973
remove app-header showing only path already visible in navigation
2014-11-21 19:36:34 +00:00
Nathan Gray
3c2bbfc45d
Remove unneeded cut action
2014-11-20 15:30:26 +00:00
Nathan Gray
57f2e3c859
- Add 'Create directory' to context menu and placeholder actions
...
- Hide mail drop action when not allowed
- Fix dropping in empty directory gave an error
2014-11-19 17:58:02 +00:00
Ralf Becker
5eeac7093c
use filemanager UI as UI for sharing directories
2014-11-18 12:55:32 +00:00
Nathan Gray
7fd377df56
Add drop actions as placeholders so you can drop into an empty folder.
2014-11-18 00:25:37 +00:00
Nathan Gray
ecdbff6edd
Add Symlink as a drop action
2014-11-18 00:09:38 +00:00
Nathan Gray
cad253627b
Integrate filemanager clipboard and new system clipboard
2014-11-17 23:57:15 +00:00
Nathan Gray
f3e099174d
Add filter (change #5 ) to show linked files, and files from linked entries.
2014-10-20 18:17:31 +00:00