69 Commits

Author SHA1 Message Date
Javi
35a9739572 Fixed spacing and typo 2017-08-26 09:27:05 +02:00
Javi
700bc375a5 Sanitize path 2017-08-23 13:00:25 +02:00
sphinx
b3645b4c67 Escaping shell arguments 2017-07-25 15:45:08 +02:00
NewFuture
40a9dc37e2 fixed formatting and .travis.yml 2016-10-07 15:09:11 +08:00
Martin Le Blévennec
7543d9632c Update class.filemanager.php
Just add a @ before the filesize() call. Skip warnings (and avoid malformed JSON response) in case of broken symlinks.
2015-07-23 16:30:05 +02:00
Glitch Assassin
fc617b4585 Fixing search for symlinked workspace projects
Added the "-L" flag for the *find* command so that search will follow symlinks. See issue #711.
2014-09-23 09:44:04 -04:00
daeks
26fa80a0bb fix https://github.com/Codiad/Codiad/issues/687 2014-07-18 10:04:19 +02:00
root
b06d83f95e Fix: unable to save empty files, js returns File could not be saved 2014-07-13 02:58:14 -04:00
Pradeep LapTop
8e2c3a5a44 Merge remote-tracking branch 'upstream/master' 2013-08-20 22:25:28 +05:30
Kent Safranski
1e405e9ff9 Merge pull request #493 from daeks/491
Fix: check for mbstring
2013-08-02 06:41:29 -07:00
daeks
d0102e2870 added preview contextmenu 2013-08-02 10:11:41 +02:00
daeks
9835785735 check for mbstring 2013-08-02 10:04:19 +02:00
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