Commit Graph

58 Commits

Author SHA1 Message Date
c46a2ddb22 Ensure directories are always listed in deterministic order
macOS APIs have recently changed and do not return sorted entries for directories.
2019-01-03 16:12:30 -08:00
21cc6bfb35 Added types to collections 2018-12-14 07:37:28 -08:00
bac5b680df Updated to clang-format 7.0.0 2018-12-14 07:10:03 -08:00
257ed94b65 Fixed build warnings 2017-08-21 08:28:19 +02:00
09851dd71b Modernize ObjC 2017-06-24 09:25:04 -07:00
83f1c062b5 Use clang-formatter to format source code 2016-12-27 11:02:32 +09:00
9a97e44d97 Made "GCDWebUploader.bundle" non-flat to improve code-signing on OS X 2016-09-19 18:12:01 -07:00
4231465c58 Removed executable bit from GCDWebUploader.bundle files 2016-09-19 17:42:17 -07:00
a674614713 Enable support for Podfiles with use_frameworks!
The previous implementation looked in the main
bundle for the GCDWebUploader resource bundle.
When using the use_frameworks! Podfile option, the
resource bundle will be in a framework bundle, not
in the main bundle.
2015-09-22 15:22:45 -04:00
f7bb5babf8 Bumped copyright year 2015-09-09 08:24:47 -07:00
0f0a9840e4 Fixed Xcode 6.3 warnings 2015-04-13 12:54:41 -07:00
bf2c9a170d Workaround Firefox and IE not showing file selection dialog 2014-11-07 11:42:36 +09:00
32ba49ae34 Removed MRC support entirely 2014-10-18 09:32:24 -07:00
cf94e70a42 Fall back to CFBundleName if CFBundleDisplayName is not available 2014-09-15 08:05:07 -07:00
9d48f9ec12 #57 Validate paths passed to GCDWebDAVServer and GCDWebUploader to ensure they are within the upload directory 2014-06-22 15:53:03 -07:00
c8d2b225ba Modified GCDWebServerMultiPart to allow duplicate control names 2014-04-24 19:01:46 -07:00
519866bc03 Fix 2014-04-19 23:05:13 -03:00
c6701cd474 Renamed "showHiddenFiles" property to "allowHiddenItems" 2014-04-19 16:31:00 -03:00
b6866bee8e #33 Documented GCDWebDAVServer/ and GCDWebUploader/ 2014-04-19 16:27:49 -03:00
c5ca0f7cee Added GCDWebServerDelegate 2014-04-16 00:57:41 -03:00
05a704bcef Fix 2014-04-16 00:57:41 -03:00
252c38c42a Force preserve scrolling position 2014-04-14 18:45:31 -03:00
854bbdc6b2 Disable table reloads while renaming 2014-04-14 18:34:26 -03:00
b949187770 Use jquery data() instead of element attributes 2014-04-14 18:28:22 -03:00
dafcb0d895 Enable Enter key for dialogs 2014-04-14 10:34:43 -03:00
4c2ac12f7b Fix 2014-04-13 19:20:55 -03:00
d383845fcc Cleaned up file servers error handling 2014-04-09 13:47:26 -07:00
efad06f506 __unsafe_unretained does not prevent self retain-cycles when not under ARC 2014-04-09 11:10:45 -07:00
e26c9b76ea Updated to "instancetype" type 2014-04-08 19:47:03 -07:00
93c6a9bece More refactoring of GCDWebUploader 2014-04-08 19:47:03 -07:00
1d381c9fc6 Refactor GCDWebUploader 2014-04-08 19:47:03 -07:00
31d51cf5c0 Updated GCDWebUploader to latest APIs 2014-04-08 19:47:03 -07:00
b942a9d2b8 Fix 2014-04-08 19:47:02 -07:00
1f9a0d38d0 Split class files 2014-04-08 19:47:01 -07:00
7506f9c9a2 Fix 2014-04-06 10:10:25 -07:00
467830e4de Fix 2014-04-02 10:12:27 -07:00
030c28eb93 Fix 2014-04-02 10:09:07 -07:00
e4702059c8 #30 Add support for moving files 2014-04-02 10:05:38 -07:00
877813ed0f Fix 2014-04-02 09:44:18 -07:00
ccfb4f0b54 Use modal panel instead of prompt() when creating folders 2014-04-02 09:41:07 -07:00
e27fd601a8 Fix 2014-04-02 09:40:43 -07:00
7c7f561f90 Fixed default footer for CLTs 2014-04-02 09:02:43 -07:00
689cb5f26a Fix 2014-04-02 08:50:18 -07:00
d68687af62 Fix 2014-04-02 08:34:19 -07:00
df95ecb1c2 Updated web interface 2014-04-01 16:06:44 -07:00
0bad724f08 Updated API 2014-04-01 15:45:51 -07:00
74f99167da Fix 2014-04-01 15:43:35 -07:00
f505e3a493 Fix 2014-04-01 15:43:22 -07:00
4a3135db81 Handle recursive reloads 2014-04-01 13:49:28 -07:00
25c486cafa Fix 2014-04-01 13:30:11 -07:00