Commit Graph

57 Commits

Author SHA1 Message Date
pradeep
94598da30a added local storage to save searches and modified 'grep' to 'find' 2013-07-24 17:07:13 +05:30
pradeep
26484e06f5 added a multiple select list box in search in files dialog 2013-07-23 18:13:20 +05:30
daeks
87ea84618d Fix Issue #397, convert backslash to slash 2013-05-29 07:28:49 +02:00
daeks
e7c31ce210 merged common class 2013-05-01 12:55:28 +02:00
daeks
8a98452aff removed double slash 2013-04-18 20:36:13 +02:00
daeks
2f6ae8604f take care of right encoding 2013-04-14 19:18:56 +02:00
daeks
e9caa24bd1 fixes copy function 2013-04-11 20:57:59 +02:00
daeks
08aa244cd6 removed multiple definitions 2013-04-11 20:54:04 +02:00
daeks
2de22a094e support for windows 2013-04-11 19:31:28 +02:00
daeks
1bd9874005 Merge remote-tracking branch 'upstream/master' into abspath 2013-04-11 16:31:08 +02:00
daeks
31d0afc235 allow to search in all projects 2013-04-09 07:53:56 +02:00
daeks
9b342dd8d6 fixes issue with filesearch 2013-04-08 20:49:01 +02:00
daeks
af5e852120 absolute path 2013-04-08 19:58:12 +02:00
daeks
307b61e896 remove searchpath from result 2013-04-08 17:34:57 +02:00
daeks
4bab278f5f restrict filesearch to current project only 2013-04-08 17:31:04 +02:00
daeks
007c7f92e7 decide on delete if files should be keeped or syslinks followed 2013-04-05 15:54:41 +02:00
Christian von Arnim
109d3b8025 Fix Notice that make modify files impossible
Notice: Undefined property: Filemanager::$patch

I don't know the sense of the added variable, but it is checked very
often, so there might be a sense.

Maybe it is set outside of the class at runtime, or planned so. That's
why I make it public
2013-04-04 21:36:27 +02:00
HoLbLiN
a88b180275 Security patch (files must stay in workdir)
Clean path in filemanager for prevent null bytes injection & go out of workdir
2013-04-02 18:28:41 +02:00
daeks
6c1f038e89 size should be size 2013-03-28 09:29:56 +01:00
daeks
efc8de072c fixes issues with utf8 and german umlauts 2013-03-28 09:28:34 +01:00
tablatronix
68ba8b8a1e fixes #201
extraneous slash break windows renaming.
2013-03-24 09:01:05 -05:00
Florent Galland
34ebf4f49e Rename "thirdparty" to "lib". 2013-01-19 00:01:49 +01:00
Florent Galland
ccda530e5f Move diff_match_patch stuff to thirdparty dir. 2013-01-17 23:23:31 +01:00
amontero
2aaa086201 Remove trailing whitespace. 2013-01-16 13:54:18 +01:00
Fluidbyte
219fdc0cd7 Misc cleanup 2012-12-26 08:11:54 -08:00
Fluidbyte
2e17629aa0 Misc cleanup 2012-12-26 08:08:56 -08:00
Fluidbyte
4b17c8162d Misc cleanup 2012-12-26 08:04:52 -08:00
Fluidbyte
e38d0e30db Fixes to check QS for empty sets 2012-12-26 07:46:49 -08:00
Kent Safranski
a4bcfdfc39 Added check for 'query' variable 2012-12-26 08:46:11 -06:00
Lorefnon
17c581c807 Implement regexp search and substring search 2012-12-24 02:57:37 +05:30
Lorefnon
30a0651601 Format the server response to provide information regarding datatype 2012-12-23 16:00:23 +05:30
Lorefnon
0b98d15632 Implement searching for files with matching names via ajax requests 2012-12-23 15:17:05 +05:30
Lorefnon
759b546e15 Implement a poller for finder and implement find action using linux find utility 2012-12-23 13:40:46 +05:30
Lorefnon
7288677c1a Multiple bug-fixes 2012-12-19 20:34:02 +05:30
Lorefnon
5db4fcc626 Fix issue with the edge case of empty patches 2012-12-17 22:11:31 +05:30
Lorefnon
b13901feb3 Remove usage of inline dereferencing of array returned by function 2012-12-17 21:02:38 +05:30
Lorefnon
37feaa468f Remove usage of array shorthand notation 2012-12-17 20:49:11 +05:30
Lorefnon
cbdbb96e93 Fix the issue of conflicts due to statcache 2012-12-17 18:21:25 +05:30
Lorefnon
ca6db0b57b Fix bugs regarding incorrect usage of dmp library causing file to be truncated. 2012-12-17 17:04:37 +05:30
Lorefnon
f92387b987 Fix multiple bugs 2012-12-17 16:08:33 +05:30
Lorefnon
0a251bbfb6 Complete the basic implementation of client-side diff generation and server-side patching 2012-12-17 15:46:26 +05:30
Lorefnon
9633e7f1d6 Modify server code to return mtime for created/opened files, Modify client code to store the mtime in EditSession object 2012-12-17 13:21:07 +05:30
Lorefnon
5e60e01b59 whitespace cleanup 2012-10-21 20:00:37 +05:30
Lorefnon
116dfe6188 Fix issue#36 : On Renaming of folders, reflect the changes in the paths of open files inside that folder 2012-10-08 14:04:03 +05:30
Fluidbyte
cf5e0f8eb7 Added preg_quote() to file search (grep). TODO: Add regex searching 2012-09-28 13:33:27 -07:00
Fluidbyte
25cb6b98d3 Added grep search to filemanager 2012-09-28 12:53:16 -07:00
Fluidbyte
5c29b802b5 Fixed CTRL+O preview issues 2012-09-26 07:51:56 -07:00
Fluidbyte
3e2abdc60f Fix for writing blank files 2012-09-18 13:16:41 -07:00
Kent Safranski
f12d076e95 Fix magic_quotes crap 2012-09-15 15:11:05 -05:00
Kent Safranski
9301304484 Update components/filemanager/class.filemanager.php 2012-09-15 13:13:13 -05:00